#111E5D

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

Shades of Sapphire #111E5D

Tints of Sapphire #111E5D

Color information

#111E5D (or 0x111E5D) is unknown color: approx Sapphire. HEX triplet: 11, 1E and 5D. RGB value is (17,30,93). Sum of RGB (Red+Green+Blue) = 17+30+93=140 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.14% from 140); Green value is 30 (12.11% from 255 or 21.43% from 140); Blue value is 93 (36.72% from 255 or 66.43% from 140); Max value from RGB is 93 - color contains mainly: blue. Hex color #111E5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111E5D is #EEE1A2. Grayscale: #212121. Windows color (decimal): -15655331 or 6102545. OLE color: 6102545.

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

Color convert

RGB173093-
CMYK0.820.6800.64
HSL229.74º69.09%21.57%-
HSV(B)229.74º81.72%36.47%-
XYZ2.671.8410.57-
YUV33.3161.69116.38-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.14%
GREEN value IS 30 (12.11% from 255) = 21.43%
BLUE value IS 93 (36.72% from 255) = 66.43%
R=12.14%
G=21.43%
B=66.43%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1730930.820.6800.64229.7469.0921.57
Hex111E5D5244040e64516
Octal2136135122104010034610526
Binary10001111101011101101001010001000100000011100110100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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