Shades of Dark Cerulean #0D4A71
Tints of Dark Cerulean #0D4A71
RGB
CMYK
RGB Variations
Color information
#0D4A71 (or 0x0D4A71) is known color: Dark Cerulean. HEX triplet: 0D, 4A and 71. RGB value is (13,74,113). Sum of RGB (Red+Green+Blue) = 13+74+113=200 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.5% from 200); Green value is 74 (29.30% from 255 or 37% from 200); Blue value is 113 (44.53% from 255 or 56.5% from 200); Max value from RGB is 113 - color contains mainly: blue. Hex color #0D4A71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D4A71 is #F2B58E. Grayscale: #3B3B3B. Windows color (decimal): -15906191 or 7424525. OLE color: 7424525.
HSL color Cylindrical-coordinate representation of color #0D4A71: hue angle of 203.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 #0D4A71 is Cyan = 0.88, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 13 | 74 | 113 | - |
| CMYK | 0.88 | 0.35 | 0 | 0.56 |
| HSL | 203.4º | 0.79% | 0.25% | - |
| HSV(B) | 203.4º | 0.88% | 0.44% | - |
| XYZ | 5.6 | 6.18 | 16.52 | - |
| YUV | 60.21 | 157.79 | 94.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 74 | 113 | 0.88 | 0.35 | 0 | 0.56 | 203.4 | 0.79 | 0.25 |
| Hex | D | 4A | 71 | 58 | 23 | 0 | 38 | CB | 4F | 19 |
| Octal | 15 | 112 | 161 | 130 | 43 | 0 | 70 | 313 | 117 | 31 |
| Binary | 1101 | 1001010 | 1110001 | 1011000 | 100011 | 0 | 111000 | 11001011 | 1001111 | 11001 |
Color Harmonies of #0D4A71
Complementary color
Monochromatic Colors of #0D4A71
Black with #0D4A71
Text Example
Text Example
White with #0D4A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4A71; }
p { color: rgb(13,74,113); }
H1.HeaderClassName
{
color: #0D4A71;
}
.AnyTagClassName
{
color: #0D4A71;
}
</style>
background-color css
<style>
a { background-color: #0D4A71; }
a { background-color: rgb(13,74,113); }
div.DivClassName
{
background-color: #0D4A71;
}
.BgClassName
{
background-color: #0D4A71;
}
</style>
border-color css
<style>
span { border-color: #0D4A71; }
span { border-color: rgb(13,74,113); }
td.TdClassName
{
border-color: #0D4A71;
}
.TagClassName
{
border-color: #0D4A71;
}
</style>