Shades of Dark Cerulean #0D4673
Tints of Dark Cerulean #0D4673
RGB
CMYK
RGB Variations
Color information
#0D4673 (or 0x0D4673) is known color: Dark Cerulean. HEX triplet: 0D, 46 and 73. RGB value is (13,70,115). Sum of RGB (Red+Green+Blue) = 13+70+115=198 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.57% from 198); Green value is 70 (27.73% from 255 or 35.35% from 198); Blue value is 115 (45.31% from 255 or 58.08% from 198); Max value from RGB is 115 - color contains mainly: blue. Hex color #0D4673 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D4673 is #F2B98C. Grayscale: #393939. Windows color (decimal): -15907213 or 7554573. OLE color: 7554573.
HSL color Cylindrical-coordinate representation of color #0D4673: hue angle of 206.47º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D4673 is Cyan = 0.89, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 13 | 70 | 115 | - |
| CMYK | 0.89 | 0.39 | 0 | 0.55 |
| HSL | 206.47º | 0.8% | 0.25% | - |
| HSV(B) | 206.47º | 0.89% | 0.45% | - |
| XYZ | 5.45 | 5.7 | 17.03 | - |
| YUV | 58.09 | 160.12 | 95.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 70 | 115 | 0.89 | 0.39 | 0 | 0.55 | 206.47 | 0.8 | 0.25 |
| Hex | D | 46 | 73 | 59 | 27 | 0 | 37 | CE | 50 | 19 |
| Octal | 15 | 106 | 163 | 131 | 47 | 0 | 67 | 316 | 120 | 31 |
| Binary | 1101 | 1000110 | 1110011 | 1011001 | 100111 | 0 | 110111 | 11001110 | 1010000 | 11001 |
Color Harmonies of #0D4673
Complementary color
Monochromatic Colors of #0D4673
Black with #0D4673
Text Example
Text Example
White with #0D4673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4673; }
p { color: rgb(13,70,115); }
H1.HeaderClassName
{
color: #0D4673;
}
.AnyTagClassName
{
color: #0D4673;
}
</style>
background-color css
<style>
a { background-color: #0D4673; }
a { background-color: rgb(13,70,115); }
div.DivClassName
{
background-color: #0D4673;
}
.BgClassName
{
background-color: #0D4673;
}
</style>
border-color css
<style>
span { border-color: #0D4673; }
span { border-color: rgb(13,70,115); }
td.TdClassName
{
border-color: #0D4673;
}
.TagClassName
{
border-color: #0D4673;
}
</style>