Shades of Dark Cerulean #11487B
Tints of Dark Cerulean #11487B
RGB
CMYK
RGB Variations
Color information
#11487B (or 0x11487B) is known color: Dark Cerulean. HEX triplet: 11, 48 and 7B. RGB value is (17,72,123). Sum of RGB (Red+Green+Blue) = 17+72+123=212 (28% of max value = 765). Red value is 17 (7.03% from 255 or 8.02% from 212); Green value is 72 (28.52% from 255 or 33.96% from 212); Blue value is 123 (48.44% from 255 or 58.02% from 212); Max value from RGB is 123 - color contains mainly: blue. Hex color #11487B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11487B is #EEB784. Grayscale: #3D3D3D. Windows color (decimal): -15644549 or 8079377. OLE color: 8079377.
HSL color Cylindrical-coordinate representation of color #11487B: hue angle of 208.87º 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 #11487B is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 17 | 72 | 123 | - |
| CMYK | 0.86 | 0.41 | 0 | 0.52 |
| HSL | 208.87º | 0.76% | 0.27% | - |
| HSV(B) | 208.87º | 0.86% | 0.48% | - |
| XYZ | 6.12 | 6.18 | 19.61 | - |
| YUV | 61.37 | 162.78 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 72 | 123 | 0.86 | 0.41 | 0 | 0.52 | 208.87 | 0.76 | 0.27 |
| Hex | 11 | 48 | 7B | 56 | 29 | 0 | 34 | D1 | 4C | 1B |
| Octal | 21 | 110 | 173 | 126 | 51 | 0 | 64 | 321 | 114 | 33 |
| Binary | 10001 | 1001000 | 1111011 | 1010110 | 101001 | 0 | 110100 | 11010001 | 1001100 | 11011 |
Color Harmonies of #11487B
Complementary color
Monochromatic Colors of #11487B
Black with #11487B
Text Example
Text Example
White with #11487B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11487B; }
p { color: rgb(17,72,123); }
H1.HeaderClassName
{
color: #11487B;
}
.AnyTagClassName
{
color: #11487B;
}
</style>
background-color css
<style>
a { background-color: #11487B; }
a { background-color: rgb(17,72,123); }
div.DivClassName
{
background-color: #11487B;
}
.BgClassName
{
background-color: #11487B;
}
</style>
border-color css
<style>
span { border-color: #11487B; }
span { border-color: rgb(17,72,123); }
td.TdClassName
{
border-color: #11487B;
}
.TagClassName
{
border-color: #11487B;
}
</style>