Shades of Dark Cerulean #0D4F84
Tints of Dark Cerulean #0D4F84
RGB
CMYK
RGB Variations
Color information
#0D4F84 (or 0x0D4F84) is known color: Dark Cerulean. HEX triplet: 0D, 4F and 84. RGB value is (13,79,132). Sum of RGB (Red+Green+Blue) = 13+79+132=224 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.80% from 224); Green value is 79 (31.25% from 255 or 35.27% from 224); Blue value is 132 (51.95% from 255 or 58.93% from 224); Max value from RGB is 132 - color contains mainly: blue. Hex color #0D4F84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D4F84 is #F2B07B. Grayscale: #414141. Windows color (decimal): -15904892 or 8670989. OLE color: 8670989.
HSL color Cylindrical-coordinate representation of color #0D4F84: hue angle of 206.72º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D4F84 is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 13 | 79 | 132 | - |
| CMYK | 0.90 | 0.40 | 0 | 0.48 |
| HSL | 206.72º | 0.82% | 0.28% | - |
| HSV(B) | 206.72º | 0.9% | 0.52% | - |
| XYZ | 7.13 | 7.34 | 22.87 | - |
| YUV | 65.31 | 165.63 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 79 | 132 | 0.90 | 0.40 | 0 | 0.48 | 206.72 | 0.82 | 0.28 |
| Hex | D | 4F | 84 | 5A | 28 | 0 | 30 | CF | 52 | 1C |
| Octal | 15 | 117 | 204 | 132 | 50 | 0 | 60 | 317 | 122 | 34 |
| Binary | 1101 | 1001111 | 10000100 | 1011010 | 101000 | 0 | 110000 | 11001111 | 1010010 | 11100 |
Color Harmonies of #0D4F84
Complementary color
Monochromatic Colors of #0D4F84
Black with #0D4F84
Text Example
Text Example
White with #0D4F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4F84; }
p { color: rgb(13,79,132); }
H1.HeaderClassName
{
color: #0D4F84;
}
.AnyTagClassName
{
color: #0D4F84;
}
</style>
background-color css
<style>
a { background-color: #0D4F84; }
a { background-color: rgb(13,79,132); }
div.DivClassName
{
background-color: #0D4F84;
}
.BgClassName
{
background-color: #0D4F84;
}
</style>
border-color css
<style>
span { border-color: #0D4F84; }
span { border-color: rgb(13,79,132); }
td.TdClassName
{
border-color: #0D4F84;
}
.TagClassName
{
border-color: #0D4F84;
}
</style>