Shades of Dark Cerulean #0D4972
Tints of Dark Cerulean #0D4972
RGB
CMYK
RGB Variations
Color information
#0D4972 (or 0x0D4972) is known color: Dark Cerulean. HEX triplet: 0D, 49 and 72. RGB value is (13,73,114). Sum of RGB (Red+Green+Blue) = 13+73+114=200 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.5% from 200); Green value is 73 (28.91% from 255 or 36.5% from 200); Blue value is 114 (44.92% from 255 or 57% from 200); Max value from RGB is 114 - color contains mainly: blue. Hex color #0D4972 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D4972 is #F2B68D. Grayscale: #3B3B3B. Windows color (decimal): -15906446 or 7489805. OLE color: 7489805.
HSL color Cylindrical-coordinate representation of color #0D4972: hue angle of 204.36º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D4972 is Cyan = 0.89, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 13 | 73 | 114 | - |
| CMYK | 0.89 | 0.36 | 0 | 0.55 |
| HSL | 204.36º | 0.8% | 0.25% | - |
| HSV(B) | 204.36º | 0.89% | 0.45% | - |
| XYZ | 5.59 | 6.07 | 16.8 | - |
| YUV | 59.73 | 158.62 | 94.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 73 | 114 | 0.89 | 0.36 | 0 | 0.55 | 204.36 | 0.8 | 0.25 |
| Hex | D | 49 | 72 | 59 | 24 | 0 | 37 | CC | 50 | 19 |
| Octal | 15 | 111 | 162 | 131 | 44 | 0 | 67 | 314 | 120 | 31 |
| Binary | 1101 | 1001001 | 1110010 | 1011001 | 100100 | 0 | 110111 | 11001100 | 1010000 | 11001 |
Color Harmonies of #0D4972
Complementary color
Monochromatic Colors of #0D4972
Black with #0D4972
Text Example
Text Example
White with #0D4972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4972; }
p { color: rgb(13,73,114); }
H1.HeaderClassName
{
color: #0D4972;
}
.AnyTagClassName
{
color: #0D4972;
}
</style>
background-color css
<style>
a { background-color: #0D4972; }
a { background-color: rgb(13,73,114); }
div.DivClassName
{
background-color: #0D4972;
}
.BgClassName
{
background-color: #0D4972;
}
</style>
border-color css
<style>
span { border-color: #0D4972; }
span { border-color: rgb(13,73,114); }
td.TdClassName
{
border-color: #0D4972;
}
.TagClassName
{
border-color: #0D4972;
}
</style>