Shades of Dark Cerulean #11487C
Tints of Dark Cerulean #11487C
RGB
CMYK
RGB Variations
Color information
#11487C (or 0x11487C) is known color: Dark Cerulean. HEX triplet: 11, 48 and 7C. RGB value is (17,72,124). Sum of RGB (Red+Green+Blue) = 17+72+124=213 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.98% from 213); Green value is 72 (28.52% from 255 or 33.80% from 213); Blue value is 124 (48.83% from 255 or 58.22% from 213); Max value from RGB is 124 - color contains mainly: blue. Hex color #11487C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11487C is #EEB783. Grayscale: #3D3D3D. Windows color (decimal): -15644548 or 8144913. OLE color: 8144913.
HSL color Cylindrical-coordinate representation of color #11487C: hue angle of 209.16º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11487C is Cyan = 0.86, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 72 | 124 | - |
| CMYK | 0.86 | 0.42 | 0 | 0.51 |
| HSL | 209.16º | 0.76% | 0.28% | - |
| HSV(B) | 209.16º | 0.86% | 0.49% | - |
| XYZ | 6.19 | 6.21 | 19.94 | - |
| YUV | 61.48 | 163.28 | 96.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 72 | 124 | 0.86 | 0.42 | 0 | 0.51 | 209.16 | 0.76 | 0.28 |
| Hex | 11 | 48 | 7C | 56 | 2A | 0 | 33 | D1 | 4C | 1C |
| Octal | 21 | 110 | 174 | 126 | 52 | 0 | 63 | 321 | 114 | 34 |
| Binary | 10001 | 1001000 | 1111100 | 1010110 | 101010 | 0 | 110011 | 11010001 | 1001100 | 11100 |
Color Harmonies of #11487C
Complementary color
Monochromatic Colors of #11487C
Black with #11487C
Text Example
Text Example
White with #11487C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11487C; }
p { color: rgb(17,72,124); }
H1.HeaderClassName
{
color: #11487C;
}
.AnyTagClassName
{
color: #11487C;
}
</style>
background-color css
<style>
a { background-color: #11487C; }
a { background-color: rgb(17,72,124); }
div.DivClassName
{
background-color: #11487C;
}
.BgClassName
{
background-color: #11487C;
}
</style>
border-color css
<style>
span { border-color: #11487C; }
span { border-color: rgb(17,72,124); }
td.TdClassName
{
border-color: #11487C;
}
.TagClassName
{
border-color: #11487C;
}
</style>