#111E66

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

Shades of Sapphire #111E66

Tints of Sapphire #111E66

Color information

#111E66 (or 0x111E66) is unknown color: approx Sapphire. HEX triplet: 11, 1E and 66. RGB value is (17,30,102). Sum of RGB (Red+Green+Blue) = 17+30+102=149 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.41% from 149); Green value is 30 (12.11% from 255 or 20.13% from 149); Blue value is 102 (40.23% from 255 or 68.46% from 149); Max value from RGB is 102 - color contains mainly: blue. Hex color #111E66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111E66 is #EEE199. Grayscale: #222222. Windows color (decimal): -15655322 or 6692369. OLE color: 6692369.

HSL color Cylindrical-coordinate representation of color #111E66: hue angle of 230.82º 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 #111E66 is Cyan = 0.83, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB1730102-
CMYK0.830.7100.6
HSL230.82º71.43%23.33%-
HSV(B)230.82º83.33%40%-
XYZ3.092.0112.79-
YUV34.32166.19115.65-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.41%
GREEN value IS 30 (12.11% from 255) = 20.13%
BLUE value IS 102 (40.23% from 255) = 68.46%
R=11.41%
G=20.13%
B=68.46%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal17301020.830.7100.6230.8271.4323.33
Hex111E66534703Ce74717
Octal213614612310707434710727
Binary1000111110110011010100111000111011110011100111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111E66; }

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

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

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

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

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

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

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

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