Shades of Dark Cerulean #0D4686
Tints of Dark Cerulean #0D4686
RGB
CMYK
RGB Variations
Color information
#0D4686 (or 0x0D4686) is known color: Dark Cerulean. HEX triplet: 0D, 46 and 86. RGB value is (13,70,134). Sum of RGB (Red+Green+Blue) = 13+70+134=217 (28% of max value = 765). Red value is 13 (5.47% from 255 or 5.99% from 217); Green value is 70 (27.73% from 255 or 32.26% from 217); Blue value is 134 (52.73% from 255 or 61.75% from 217); Max value from RGB is 134 - color contains mainly: blue. Hex color #0D4686 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D4686 is #F2B979. Grayscale: #3B3B3B. Windows color (decimal): -15907194 or 8799757. OLE color: 8799757.
HSL color Cylindrical-coordinate representation of color #0D4686: hue angle of 211.74º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D4686 is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 13 | 70 | 134 | - |
| CMYK | 0.90 | 0.48 | 0 | 0.47 |
| HSL | 211.74º | 0.82% | 0.29% | - |
| HSV(B) | 211.74º | 0.9% | 0.53% | - |
| XYZ | 6.66 | 6.19 | 23.4 | - |
| YUV | 60.25 | 169.62 | 94.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 70 | 134 | 0.90 | 0.48 | 0 | 0.47 | 211.74 | 0.82 | 0.29 |
| Hex | D | 46 | 86 | 5A | 30 | 0 | 2F | D4 | 52 | 1D |
| Octal | 15 | 106 | 206 | 132 | 60 | 0 | 57 | 324 | 122 | 35 |
| Binary | 1101 | 1000110 | 10000110 | 1011010 | 110000 | 0 | 101111 | 11010100 | 1010010 | 11101 |
Color Harmonies of #0D4686
Complementary color
Monochromatic Colors of #0D4686
Black with #0D4686
Text Example
Text Example
White with #0D4686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4686; }
p { color: rgb(13,70,134); }
H1.HeaderClassName
{
color: #0D4686;
}
.AnyTagClassName
{
color: #0D4686;
}
</style>
background-color css
<style>
a { background-color: #0D4686; }
a { background-color: rgb(13,70,134); }
div.DivClassName
{
background-color: #0D4686;
}
.BgClassName
{
background-color: #0D4686;
}
</style>
border-color css
<style>
span { border-color: #0D4686; }
span { border-color: rgb(13,70,134); }
td.TdClassName
{
border-color: #0D4686;
}
.TagClassName
{
border-color: #0D4686;
}
</style>