#11486C

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

Shades of Dark Cerulean #11486C

Tints of Dark Cerulean #11486C

Color information

#11486C (or 0x11486C) is unknown color: approx Dark Cerulean. HEX triplet: 11, 48 and 6C. RGB value is (17,72,108). Sum of RGB (Red+Green+Blue) = 17+72+108=197 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.63% from 197); Green value is 72 (28.52% from 255 or 36.55% from 197); Blue value is 108 (42.58% from 255 or 54.82% from 197); Max value from RGB is 108 - color contains mainly: blue. Hex color #11486C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11486C is #EEB793. Grayscale: #3B3B3B. Windows color (decimal): -15644564 or 7096337. OLE color: 7096337.

HSL color Cylindrical-coordinate representation of color #11486C: hue angle of 203.74º 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 #11486C is Cyan = 0.84, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1772108-
CMYK0.840.3300.58
HSL203.74º72.8%24.51%-
HSV(B)203.74º84.26%42.35%-
XYZ5.265.8415.04-
YUV59.66155.2897.57-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.63%
GREEN value IS 72 (28.52% from 255) = 36.55%
BLUE value IS 108 (42.58% from 255) = 54.82%
R=8.63%
G=36.55%
B=54.82%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal17721080.840.3300.58203.7472.824.51
Hex11486C542103Acc4919
Octal211101541244107231411131
Binary10001100100011011001010100100001011101011001100100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11486C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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