#112866

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

Shades of Sapphire #112866

Tints of Sapphire #112866

Color information

#112866 (or 0x112866) is unknown color: approx Sapphire. HEX triplet: 11, 28 and 66. RGB value is (17,40,102). Sum of RGB (Red+Green+Blue) = 17+40+102=159 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.69% from 159); Green value is 40 (16.02% from 255 or 25.16% from 159); Blue value is 102 (40.23% from 255 or 64.15% from 159); Max value from RGB is 102 - color contains mainly: blue. Hex color #112866 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112866 is #EED799. Grayscale: #272727. Windows color (decimal): -15652762 or 6694929. OLE color: 6694929.

HSL color Cylindrical-coordinate representation of color #112866: hue angle of 223.76º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #112866 is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB1740102-
CMYK0.830.6100.6
HSL223.76º71.43%23.33%-
HSV(B)223.76º83.33%40%-
XYZ3.392.612.89-
YUV40.19162.88111.46-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.69%
GREEN value IS 40 (16.02% from 255) = 25.16%
BLUE value IS 102 (40.23% from 255) = 64.15%
R=10.69%
G=25.16%
B=64.15%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal17401020.830.6100.6223.7671.4323.33
Hex112866533D03Ce04717
Octal21501461237507434010727
Binary1000110100011001101010011111101011110011100000100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112866; }

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

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

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

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

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

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

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

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