#11496C

Color #11496C Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #11496C

Tints of Dark Cerulean #11496C

Color information

#11496C (or 0x11496C) is unknown color: approx Dark Cerulean. HEX triplet: 11, 49 and 6C. RGB value is (17,73,108). Sum of RGB (Red+Green+Blue) = 17+73+108=198 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.59% from 198); Green value is 73 (28.91% from 255 or 36.87% from 198); Blue value is 108 (42.58% from 255 or 54.55% from 198); Max value from RGB is 108 - color contains mainly: blue. Hex color #11496C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11496C is #EEB693. Grayscale: #3C3C3C. Windows color (decimal): -15644308 or 7096593. OLE color: 7096593.

HSL color Cylindrical-coordinate representation of color #11496C: hue angle of 203.08º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #11496C is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1773108-
CMYK0.840.3200.58
HSL203.08º72.8%24.51%-
HSV(B)203.08º84.26%42.35%-
XYZ5.325.9715.06-
YUV60.25154.9597.15-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.59%
GREEN value IS 73 (28.91% from 255) = 36.87%
BLUE value IS 108 (42.58% from 255) = 54.55%
R=8.59%
G=36.87%
B=54.55%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal17731080.840.3200.58203.0872.824.51
Hex11496C542003Acb4919
Octal211111541244007231311131
Binary10001100100111011001010100100000011101011001011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11496C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11496C; }

 p { color: rgb(17,73,108); }

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

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

 a { background-color: rgb(17,73,108); }

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

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

 span { border-color: rgb(17,73,108); }

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