Shades of Dark Cerulean #0D4478
Tints of Dark Cerulean #0D4478
RGB
CMYK
RGB Variations
Color information
#0D4478 (or 0x0D4478) is known color: Dark Cerulean. HEX triplet: 0D, 44 and 78. RGB value is (13,68,120). Sum of RGB (Red+Green+Blue) = 13+68+120=201 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.47% from 201); Green value is 68 (26.95% from 255 or 33.83% from 201); Blue value is 120 (47.27% from 255 or 59.70% from 201); Max value from RGB is 120 - color contains mainly: blue. Hex color #0D4478 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D4478 is #F2BB87. Grayscale: #393939. Windows color (decimal): -15907720 or 7881741. OLE color: 7881741.
HSL color Cylindrical-coordinate representation of color #0D4478: hue angle of 209.16º 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 #0D4478 is Cyan = 0.89, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 13 | 68 | 120 | - |
| CMYK | 0.89 | 0.43 | 0 | 0.53 |
| HSL | 209.16º | 0.8% | 0.26% | - |
| HSV(B) | 209.16º | 0.89% | 0.47% | - |
| XYZ | 5.62 | 5.58 | 18.55 | - |
| YUV | 57.48 | 163.28 | 96.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 68 | 120 | 0.89 | 0.43 | 0 | 0.53 | 209.16 | 0.8 | 0.26 |
| Hex | D | 44 | 78 | 59 | 2B | 0 | 35 | D1 | 50 | 1A |
| Octal | 15 | 104 | 170 | 131 | 53 | 0 | 65 | 321 | 120 | 32 |
| Binary | 1101 | 1000100 | 1111000 | 1011001 | 101011 | 0 | 110101 | 11010001 | 1010000 | 11010 |
Color Harmonies of #0D4478
Complementary color
Monochromatic Colors of #0D4478
Black with #0D4478
Text Example
Text Example
White with #0D4478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4478; }
p { color: rgb(13,68,120); }
H1.HeaderClassName
{
color: #0D4478;
}
.AnyTagClassName
{
color: #0D4478;
}
</style>
background-color css
<style>
a { background-color: #0D4478; }
a { background-color: rgb(13,68,120); }
div.DivClassName
{
background-color: #0D4478;
}
.BgClassName
{
background-color: #0D4478;
}
</style>
border-color css
<style>
span { border-color: #0D4478; }
span { border-color: rgb(13,68,120); }
td.TdClassName
{
border-color: #0D4478;
}
.TagClassName
{
border-color: #0D4478;
}
</style>