Shades of Dark Cerulean #0D497E
Tints of Dark Cerulean #0D497E
RGB
CMYK
RGB Variations
Color information
#0D497E (or 0x0D497E) is known color: Dark Cerulean. HEX triplet: 0D, 49 and 7E. RGB value is (13,73,126). Sum of RGB (Red+Green+Blue) = 13+73+126=212 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.13% from 212); Green value is 73 (28.91% from 255 or 34.43% from 212); Blue value is 126 (49.61% from 255 or 59.43% from 212); Max value from RGB is 126 - color contains mainly: blue. Hex color #0D497E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D497E is #F2B681. Grayscale: #3C3C3C. Windows color (decimal): -15906434 or 8276237. OLE color: 8276237.
HSL color Cylindrical-coordinate representation of color #0D497E: hue angle of 208.14º 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 #0D497E is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 13 | 73 | 126 | - |
| CMYK | 0.90 | 0.42 | 0 | 0.51 |
| HSL | 208.14º | 0.81% | 0.27% | - |
| HSV(B) | 208.14º | 0.9% | 0.49% | - |
| XYZ | 6.31 | 6.36 | 20.63 | - |
| YUV | 61.1 | 164.62 | 93.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 73 | 126 | 0.90 | 0.42 | 0 | 0.51 | 208.14 | 0.81 | 0.27 |
| Hex | D | 49 | 7E | 5A | 2A | 0 | 33 | D0 | 51 | 1B |
| Octal | 15 | 111 | 176 | 132 | 52 | 0 | 63 | 320 | 121 | 33 |
| Binary | 1101 | 1001001 | 1111110 | 1011010 | 101010 | 0 | 110011 | 11010000 | 1010001 | 11011 |
Color Harmonies of #0D497E
Complementary color
Monochromatic Colors of #0D497E
Black with #0D497E
Text Example
Text Example
White with #0D497E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D497E; }
p { color: rgb(13,73,126); }
H1.HeaderClassName
{
color: #0D497E;
}
.AnyTagClassName
{
color: #0D497E;
}
</style>
background-color css
<style>
a { background-color: #0D497E; }
a { background-color: rgb(13,73,126); }
div.DivClassName
{
background-color: #0D497E;
}
.BgClassName
{
background-color: #0D497E;
}
</style>
border-color css
<style>
span { border-color: #0D497E; }
span { border-color: rgb(13,73,126); }
td.TdClassName
{
border-color: #0D497E;
}
.TagClassName
{
border-color: #0D497E;
}
</style>