#111E5C

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

Shades of Sapphire #111E5C

Tints of Sapphire #111E5C

Color information

#111E5C (or 0x111E5C) is unknown color: approx Sapphire. HEX triplet: 11, 1E and 5C. RGB value is (17,30,92). Sum of RGB (Red+Green+Blue) = 17+30+92=139 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.23% from 139); Green value is 30 (12.11% from 255 or 21.58% from 139); Blue value is 92 (36.33% from 255 or 66.19% from 139); Max value from RGB is 92 - color contains mainly: blue. Hex color #111E5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111E5C is #EEE1A3. Grayscale: #202020. Windows color (decimal): -15655332 or 6037009. OLE color: 6037009.

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

Color convert

RGB173092-
CMYK0.820.6700.64
HSL229.6º68.81%21.37%-
HSV(B)229.6º81.52%36.08%-
XYZ2.631.8210.34-
YUV33.18161.19116.46-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.23%
GREEN value IS 30 (12.11% from 255) = 21.58%
BLUE value IS 92 (36.33% from 255) = 66.19%
R=12.23%
G=21.58%
B=66.19%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1730920.820.6700.64229.668.8121.37
Hex111E5C5243040e64515
Octal2136134122103010034610525
Binary10001111101011100101001010000110100000011100110100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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