Shades of Dark Cerulean #11497B
Tints of Dark Cerulean #11497B
RGB
CMYK
RGB Variations
Color information
#11497B (or 0x11497B) is known color: Dark Cerulean. HEX triplet: 11, 49 and 7B. RGB value is (17,73,123). Sum of RGB (Red+Green+Blue) = 17+73+123=213 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.98% from 213); Green value is 73 (28.91% from 255 or 34.27% from 213); Blue value is 123 (48.44% from 255 or 57.75% from 213); Max value from RGB is 123 - color contains mainly: blue. Hex color #11497B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11497B is #EEB684. Grayscale: #3D3D3D. Windows color (decimal): -15644293 or 8079633. OLE color: 8079633.
HSL color Cylindrical-coordinate representation of color #11497B: hue angle of 208.3º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11497B is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 17 | 73 | 123 | - |
| CMYK | 0.86 | 0.41 | 0 | 0.52 |
| HSL | 208.3º | 0.76% | 0.27% | - |
| HSV(B) | 208.3º | 0.86% | 0.48% | - |
| XYZ | 6.19 | 6.31 | 19.63 | - |
| YUV | 61.96 | 162.45 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 73 | 123 | 0.86 | 0.41 | 0 | 0.52 | 208.3 | 0.76 | 0.27 |
| Hex | 11 | 49 | 7B | 56 | 29 | 0 | 34 | D0 | 4C | 1B |
| Octal | 21 | 111 | 173 | 126 | 51 | 0 | 64 | 320 | 114 | 33 |
| Binary | 10001 | 1001001 | 1111011 | 1010110 | 101001 | 0 | 110100 | 11010000 | 1001100 | 11011 |
Color Harmonies of #11497B
Complementary color
Monochromatic Colors of #11497B
Black with #11497B
Text Example
Text Example
White with #11497B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11497B; }
p { color: rgb(17,73,123); }
H1.HeaderClassName
{
color: #11497B;
}
.AnyTagClassName
{
color: #11497B;
}
</style>
background-color css
<style>
a { background-color: #11497B; }
a { background-color: rgb(17,73,123); }
div.DivClassName
{
background-color: #11497B;
}
.BgClassName
{
background-color: #11497B;
}
</style>
border-color css
<style>
span { border-color: #11497B; }
span { border-color: rgb(17,73,123); }
td.TdClassName
{
border-color: #11497B;
}
.TagClassName
{
border-color: #11497B;
}
</style>