Shades of Dark Cerulean #0D3E70
Tints of Dark Cerulean #0D3E70
RGB
CMYK
RGB Variations
Color information
#0D3E70 (or 0x0D3E70) is known color: Dark Cerulean. HEX triplet: 0D, 3E and 70. RGB value is (13,62,112). Sum of RGB (Red+Green+Blue) = 13+62+112=187 (24% of max value = 765). Red value is 13 (5.47% from 255 or 6.95% from 187); Green value is 62 (24.61% from 255 or 33.16% from 187); Blue value is 112 (44.14% from 255 or 59.89% from 187); Max value from RGB is 112 - color contains mainly: blue. Hex color #0D3E70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3E70 is #F2C18F. Grayscale: #343434. Windows color (decimal): -15909264 or 7355917. OLE color: 7355917.
HSL color Cylindrical-coordinate representation of color #0D3E70: hue angle of 210.3º 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 #0D3E70 is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 13 | 62 | 112 | - |
| CMYK | 0.88 | 0.45 | 0 | 0.56 |
| HSL | 210.3º | 0.79% | 0.25% | - |
| HSV(B) | 210.3º | 0.88% | 0.44% | - |
| XYZ | 4.81 | 4.7 | 15.98 | - |
| YUV | 53.05 | 161.27 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 62 | 112 | 0.88 | 0.45 | 0 | 0.56 | 210.3 | 0.79 | 0.25 |
| Hex | D | 3E | 70 | 58 | 2D | 0 | 38 | D2 | 4F | 19 |
| Octal | 15 | 76 | 160 | 130 | 55 | 0 | 70 | 322 | 117 | 31 |
| Binary | 1101 | 111110 | 1110000 | 1011000 | 101101 | 0 | 111000 | 11010010 | 1001111 | 11001 |
Color Harmonies of #0D3E70
Complementary color
Monochromatic Colors of #0D3E70
Black with #0D3E70
Text Example
Text Example
White with #0D3E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3E70; }
p { color: rgb(13,62,112); }
H1.HeaderClassName
{
color: #0D3E70;
}
.AnyTagClassName
{
color: #0D3E70;
}
</style>
background-color css
<style>
a { background-color: #0D3E70; }
a { background-color: rgb(13,62,112); }
div.DivClassName
{
background-color: #0D3E70;
}
.BgClassName
{
background-color: #0D3E70;
}
</style>
border-color css
<style>
span { border-color: #0D3E70; }
span { border-color: rgb(13,62,112); }
td.TdClassName
{
border-color: #0D3E70;
}
.TagClassName
{
border-color: #0D3E70;
}
</style>