Shades of Dark Cerulean #0D337E
Tints of Dark Cerulean #0D337E
RGB
CMYK
RGB Variations
Color information
#0D337E (or 0x0D337E) is known color: Dark Cerulean. HEX triplet: 0D, 33 and 7E. RGB value is (13,51,126). Sum of RGB (Red+Green+Blue) = 13+51+126=190 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.84% from 190); Green value is 51 (20.31% from 255 or 26.84% from 190); Blue value is 126 (49.61% from 255 or 66.32% from 190); Max value from RGB is 126 - color contains mainly: blue. Hex color #0D337E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D337E is #F2CC81. Grayscale: #2F2F2F. Windows color (decimal): -15912066 or 8270605. OLE color: 8270605.
HSL color Cylindrical-coordinate representation of color #0D337E: hue angle of 219.82º 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 #0D337E is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 13 | 51 | 126 | - |
| CMYK | 0.90 | 0.60 | 0 | 0.51 |
| HSL | 219.82º | 0.81% | 0.27% | - |
| HSV(B) | 219.82º | 0.9% | 0.49% | - |
| XYZ | 5.12 | 3.96 | 20.23 | - |
| YUV | 48.19 | 171.91 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 51 | 126 | 0.90 | 0.60 | 0 | 0.51 | 219.82 | 0.81 | 0.27 |
| Hex | D | 33 | 7E | 5A | 3C | 0 | 33 | DC | 51 | 1B |
| Octal | 15 | 63 | 176 | 132 | 74 | 0 | 63 | 334 | 121 | 33 |
| Binary | 1101 | 110011 | 1111110 | 1011010 | 111100 | 0 | 110011 | 11011100 | 1010001 | 11011 |
Color Harmonies of #0D337E
Complementary color
Monochromatic Colors of #0D337E
Black with #0D337E
Text Example
Text Example
White with #0D337E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D337E; }
p { color: rgb(13,51,126); }
H1.HeaderClassName
{
color: #0D337E;
}
.AnyTagClassName
{
color: #0D337E;
}
</style>
background-color css
<style>
a { background-color: #0D337E; }
a { background-color: rgb(13,51,126); }
div.DivClassName
{
background-color: #0D337E;
}
.BgClassName
{
background-color: #0D337E;
}
</style>
border-color css
<style>
span { border-color: #0D337E; }
span { border-color: rgb(13,51,126); }
td.TdClassName
{
border-color: #0D337E;
}
.TagClassName
{
border-color: #0D337E;
}
</style>