Shades of Dark Cerulean #0D3478
Tints of Dark Cerulean #0D3478
RGB
CMYK
RGB Variations
Color information
#0D3478 (or 0x0D3478) is known color: Dark Cerulean. HEX triplet: 0D, 34 and 78. RGB value is (13,52,120). Sum of RGB (Red+Green+Blue) = 13+52+120=185 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.03% from 185); Green value is 52 (20.70% from 255 or 28.11% from 185); Blue value is 120 (47.27% from 255 or 64.86% from 185); Max value from RGB is 120 - color contains mainly: blue. Hex color #0D3478 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3478 is #F2CB87. Grayscale: #2F2F2F. Windows color (decimal): -15911816 or 7877645. OLE color: 7877645.
HSL color Cylindrical-coordinate representation of color #0D3478: hue angle of 218.13º 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 #0D3478 is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 13 | 52 | 120 | - |
| CMYK | 0.89 | 0.57 | 0 | 0.53 |
| HSL | 218.13º | 0.8% | 0.26% | - |
| HSV(B) | 218.13º | 0.89% | 0.47% | - |
| XYZ | 4.78 | 3.9 | 18.27 | - |
| YUV | 48.09 | 168.58 | 102.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 52 | 120 | 0.89 | 0.57 | 0 | 0.53 | 218.13 | 0.8 | 0.26 |
| Hex | D | 34 | 78 | 59 | 39 | 0 | 35 | DA | 50 | 1A |
| Octal | 15 | 64 | 170 | 131 | 71 | 0 | 65 | 332 | 120 | 32 |
| Binary | 1101 | 110100 | 1111000 | 1011001 | 111001 | 0 | 110101 | 11011010 | 1010000 | 11010 |
Color Harmonies of #0D3478
Complementary color
Monochromatic Colors of #0D3478
Black with #0D3478
Text Example
Text Example
White with #0D3478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3478; }
p { color: rgb(13,52,120); }
H1.HeaderClassName
{
color: #0D3478;
}
.AnyTagClassName
{
color: #0D3478;
}
</style>
background-color css
<style>
a { background-color: #0D3478; }
a { background-color: rgb(13,52,120); }
div.DivClassName
{
background-color: #0D3478;
}
.BgClassName
{
background-color: #0D3478;
}
</style>
border-color css
<style>
span { border-color: #0D3478; }
span { border-color: rgb(13,52,120); }
td.TdClassName
{
border-color: #0D3478;
}
.TagClassName
{
border-color: #0D3478;
}
</style>