Shades of Dark Cerulean #0D3E7D
Tints of Dark Cerulean #0D3E7D
RGB
CMYK
RGB Variations
Color information
#0D3E7D (or 0x0D3E7D) is known color: Dark Cerulean. HEX triplet: 0D, 3E and 7D. RGB value is (13,62,125). Sum of RGB (Red+Green+Blue) = 13+62+125=200 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.5% from 200); Green value is 62 (24.61% from 255 or 31% from 200); Blue value is 125 (49.22% from 255 or 62.5% from 200); Max value from RGB is 125 - color contains mainly: blue. Hex color #0D3E7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3E7D is #F2C182. Grayscale: #363636. Windows color (decimal): -15909251 or 8207885. OLE color: 8207885.
HSL color Cylindrical-coordinate representation of color #0D3E7D: hue angle of 213.75º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D3E7D is Cyan = 0.90, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 13 | 62 | 125 | - |
| CMYK | 0.90 | 0.50 | 0 | 0.51 |
| HSL | 213.75º | 0.81% | 0.27% | - |
| HSV(B) | 213.75º | 0.9% | 0.49% | - |
| XYZ | 5.59 | 5.01 | 20.07 | - |
| YUV | 54.53 | 167.77 | 98.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 62 | 125 | 0.90 | 0.50 | 0 | 0.51 | 213.75 | 0.81 | 0.27 |
| Hex | D | 3E | 7D | 5A | 32 | 0 | 33 | D6 | 51 | 1B |
| Octal | 15 | 76 | 175 | 132 | 62 | 0 | 63 | 326 | 121 | 33 |
| Binary | 1101 | 111110 | 1111101 | 1011010 | 110010 | 0 | 110011 | 11010110 | 1010001 | 11011 |
Color Harmonies of #0D3E7D
Complementary color
Monochromatic Colors of #0D3E7D
Black with #0D3E7D
Text Example
Text Example
White with #0D3E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3E7D; }
p { color: rgb(13,62,125); }
H1.HeaderClassName
{
color: #0D3E7D;
}
.AnyTagClassName
{
color: #0D3E7D;
}
</style>
background-color css
<style>
a { background-color: #0D3E7D; }
a { background-color: rgb(13,62,125); }
div.DivClassName
{
background-color: #0D3E7D;
}
.BgClassName
{
background-color: #0D3E7D;
}
</style>
border-color css
<style>
span { border-color: #0D3E7D; }
span { border-color: rgb(13,62,125); }
td.TdClassName
{
border-color: #0D3E7D;
}
.TagClassName
{
border-color: #0D3E7D;
}
</style>