#112869

Color #112869 Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #112869

Tints of Sapphire #112869

Color information

#112869 (or 0x112869) is unknown color: approx Sapphire. HEX triplet: 11, 28 and 69. RGB value is (17,40,105). Sum of RGB (Red+Green+Blue) = 17+40+105=162 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.49% from 162); Green value is 40 (16.02% from 255 or 24.69% from 162); Blue value is 105 (41.41% from 255 or 64.81% from 162); Max value from RGB is 105 - color contains mainly: blue. Hex color #112869 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112869 is #EED796. Grayscale: #282828. Windows color (decimal): -15652759 or 6891537. OLE color: 6891537.

HSL color Cylindrical-coordinate representation of color #112869: hue angle of 224.32º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #112869 is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1740105-
CMYK0.840.6200.59
HSL224.32º72.13%23.92%-
HSV(B)224.32º83.81%41.18%-
XYZ3.542.6613.69-
YUV40.53164.38111.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 17 (7.03% from 255) = 10.49%
GREEN value IS 40 (16.02% from 255) = 24.69%
BLUE value IS 105 (41.41% from 255) = 64.81%
R=10.49%
G=24.69%
B=64.81%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal17401050.840.6200.59224.3272.1323.92
Hex112869543E03Be04818
Octal21501511247607334011030
Binary1000110100011010011010100111110011101111100000100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112869; }

 p { color: rgb(17,40,105); }

 H1.HeaderClassName
 {
   color: #112869;
 }
 .AnyTagClassName
 {
   color: #112869;
 }
</style>
background-color css

<style>
 a { background-color: #112869; }

 a { background-color: rgb(17,40,105); }

 div.DivClassName
 {
   background-color: #112869;
 }
 .BgClassName
 {
   background-color: #112869;
 }
</style>
border-color css

<style>
 span { border-color: #112869; }

 span { border-color: rgb(17,40,105); }

 td.TdClassName
 {
   border-color: #112869;
 }
 .TagClassName
 {
   border-color: #112869;
 }
</style>