Shades of Dark Cerulean #11496D
Tints of Dark Cerulean #11496D
RGB
CMYK
RGB Variations
Color information
#11496D (or 0x11496D) is known color: 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
| RGB | 17 | 73 | 109 | - |
| CMYK | 0.84 | 0.33 | 0 | 0.57 |
| HSL | 203.48º | 0.73% | 0.25% | - |
| HSV(B) | 203.48º | 0.84% | 0.43% | - |
| XYZ | 5.37 | 5.99 | 15.34 | - |
| YUV | 60.36 | 155.45 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 73 | 109 | 0.84 | 0.33 | 0 | 0.57 | 203.48 | 0.73 | 0.25 |
| Hex | 11 | 49 | 6D | 54 | 21 | 0 | 39 | CB | 49 | 19 |
| Octal | 21 | 111 | 155 | 124 | 41 | 0 | 71 | 313 | 111 | 31 |
| Binary | 10001 | 1001001 | 1101101 | 1010100 | 100001 | 0 | 111001 | 11001011 | 1001001 | 11001 |
Color Harmonies of #11496D
Complementary color
Monochromatic Colors of #11496D
Black with #11496D
Text Example
Text Example
White with #11496D
Text Example
Text Example
HTML Codes & Css Web 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>