Shades of Dark Cerulean #0D4F71
Tints of Dark Cerulean #0D4F71
RGB
CMYK
RGB Variations
Color information
#0D4F71 (or 0x0D4F71) is known color: Dark Cerulean. HEX triplet: 0D, 4F and 71. RGB value is (13,79,113). Sum of RGB (Red+Green+Blue) = 13+79+113=205 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.34% from 205); Green value is 79 (31.25% from 255 or 38.54% from 205); Blue value is 113 (44.53% from 255 or 55.12% from 205); Max value from RGB is 113 - color contains mainly: blue. Hex color #0D4F71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D4F71 is #F2B08E. Grayscale: #3E3E3E. Windows color (decimal): -15904911 or 7425805. OLE color: 7425805.
HSL color Cylindrical-coordinate representation of color #0D4F71: hue angle of 200.4º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D4F71 is Cyan = 0.88, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 13 | 79 | 113 | - |
| CMYK | 0.88 | 0.30 | 0 | 0.56 |
| HSL | 200.4º | 0.79% | 0.25% | - |
| HSV(B) | 200.4º | 0.88% | 0.44% | - |
| XYZ | 5.94 | 6.87 | 16.64 | - |
| YUV | 63.14 | 156.13 | 92.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 79 | 113 | 0.88 | 0.30 | 0 | 0.56 | 200.4 | 0.79 | 0.25 |
| Hex | D | 4F | 71 | 58 | 1E | 0 | 38 | C8 | 4F | 19 |
| Octal | 15 | 117 | 161 | 130 | 36 | 0 | 70 | 310 | 117 | 31 |
| Binary | 1101 | 1001111 | 1110001 | 1011000 | 11110 | 0 | 111000 | 11001000 | 1001111 | 11001 |
Color Harmonies of #0D4F71
Complementary color
Monochromatic Colors of #0D4F71
Black with #0D4F71
Text Example
Text Example
White with #0D4F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4F71; }
p { color: rgb(13,79,113); }
H1.HeaderClassName
{
color: #0D4F71;
}
.AnyTagClassName
{
color: #0D4F71;
}
</style>
background-color css
<style>
a { background-color: #0D4F71; }
a { background-color: rgb(13,79,113); }
div.DivClassName
{
background-color: #0D4F71;
}
.BgClassName
{
background-color: #0D4F71;
}
</style>
border-color css
<style>
span { border-color: #0D4F71; }
span { border-color: rgb(13,79,113); }
td.TdClassName
{
border-color: #0D4F71;
}
.TagClassName
{
border-color: #0D4F71;
}
</style>