Shades of Dark Cerulean #0D3477
Tints of Dark Cerulean #0D3477
RGB
CMYK
RGB Variations
Color information
#0D3477 (or 0x0D3477) is known color: Dark Cerulean. HEX triplet: 0D, 34 and 77. RGB value is (13,52,119). Sum of RGB (Red+Green+Blue) = 13+52+119=184 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.07% from 184); Green value is 52 (20.70% from 255 or 28.26% from 184); Blue value is 119 (46.88% from 255 or 64.67% from 184); Max value from RGB is 119 - color contains mainly: blue. Hex color #0D3477 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3477 is #F2CB88. Grayscale: #2F2F2F. Windows color (decimal): -15911817 or 7812109. OLE color: 7812109.
HSL color Cylindrical-coordinate representation of color #0D3477: hue angle of 217.92º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D3477 is Cyan = 0.89, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 13 | 52 | 119 | - |
| CMYK | 0.89 | 0.56 | 0 | 0.53 |
| HSL | 217.92º | 0.8% | 0.26% | - |
| HSV(B) | 217.92º | 0.89% | 0.47% | - |
| XYZ | 4.72 | 3.87 | 17.95 | - |
| YUV | 47.98 | 168.08 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 52 | 119 | 0.89 | 0.56 | 0 | 0.53 | 217.92 | 0.8 | 0.26 |
| Hex | D | 34 | 77 | 59 | 38 | 0 | 35 | DA | 50 | 1A |
| Octal | 15 | 64 | 167 | 131 | 70 | 0 | 65 | 332 | 120 | 32 |
| Binary | 1101 | 110100 | 1110111 | 1011001 | 111000 | 0 | 110101 | 11011010 | 1010000 | 11010 |
Color Harmonies of #0D3477
Complementary color
Monochromatic Colors of #0D3477
Black with #0D3477
Text Example
Text Example
White with #0D3477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3477; }
p { color: rgb(13,52,119); }
H1.HeaderClassName
{
color: #0D3477;
}
.AnyTagClassName
{
color: #0D3477;
}
</style>
background-color css
<style>
a { background-color: #0D3477; }
a { background-color: rgb(13,52,119); }
div.DivClassName
{
background-color: #0D3477;
}
.BgClassName
{
background-color: #0D3477;
}
</style>
border-color css
<style>
span { border-color: #0D3477; }
span { border-color: rgb(13,52,119); }
td.TdClassName
{
border-color: #0D3477;
}
.TagClassName
{
border-color: #0D3477;
}
</style>