#111E60

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

Shades of Sapphire #111E60

Tints of Sapphire #111E60

Color information

#111E60 (or 0x111E60) is unknown color: approx Sapphire. HEX triplet: 11, 1E and 60. RGB value is (17,30,96). Sum of RGB (Red+Green+Blue) = 17+30+96=143 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.89% from 143); Green value is 30 (12.11% from 255 or 20.98% from 143); Blue value is 96 (37.89% from 255 or 67.13% from 143); Max value from RGB is 96 - color contains mainly: blue. Hex color #111E60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111E60 is #EEE19F. Grayscale: #212121. Windows color (decimal): -15655328 or 6299153. OLE color: 6299153.

HSL color Cylindrical-coordinate representation of color #111E60: hue angle of 230.13º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #111E60 is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB173096-
CMYK0.820.6900.62
HSL230.13º69.91%22.16%-
HSV(B)230.13º82.29%37.65%-
XYZ2.811.8911.28-
YUV33.64163.19116.13-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.89%
GREEN value IS 30 (12.11% from 255) = 20.98%
BLUE value IS 96 (37.89% from 255) = 67.13%
R=11.89%
G=20.98%
B=67.13%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1730960.820.6900.62230.1369.9122.16
Hex111E60524503Ee64616
Octal213614012210507634610626
Binary1000111110110000010100101000101011111011100110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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