#11496D

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

Shades of Dark Cerulean #11496D

Tints of Dark Cerulean #11496D

Color information

#11496D (or 0x11496D) is unknown color: approx Dark Cerulean. HEX triplet: 11, 49 and 6D. RGB value is (17,73,109). Sum of RGB (Red+Green+Blue) = 17+73+109=199 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.54% from 199); Green value is 73 (28.91% from 255 or 36.68% from 199); Blue value is 109 (42.97% from 255 or 54.77% from 199); Max value from RGB is 109 - color contains mainly: blue. Hex color #11496D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11496D is #EEB692. Grayscale: #3C3C3C. Windows color (decimal): -15644307 or 7162129. OLE color: 7162129.

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

Color convert

RGB1773109-
CMYK0.840.3300.57
HSL203.48º73.02%24.71%-
HSV(B)203.48º84.4%42.75%-
XYZ5.375.9915.34-
YUV60.36155.4597.07-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.54%
GREEN value IS 73 (28.91% from 255) = 36.68%
BLUE value IS 109 (42.97% from 255) = 54.77%
R=8.54%
G=36.68%
B=54.77%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal17731090.840.3300.57203.4873.0224.71
Hex11496D5421039cb4919
Octal211111551244107131311131
Binary10001100100111011011010100100001011100111001011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11496D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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