Shades of Cobalt #0D4EAF
Tints of Cobalt #0D4EAF
RGB
CMYK
RGB Variations
Color information
#0D4EAF (or 0x0D4EAF) is known color: Cobalt. HEX triplet: 0D, 4E and AF. RGB value is (13,78,175). Sum of RGB (Red+Green+Blue) = 13+78+175=266 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.89% from 266); Green value is 78 (30.86% from 255 or 29.32% from 266); Blue value is 175 (68.75% from 255 or 65.79% from 266); Max value from RGB is 175 - color contains mainly: blue. Hex color #0D4EAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D4EAF is #F2B150. Grayscale: #454545. Windows color (decimal): -15905105 or 11488781. OLE color: 11488781.
HSL color Cylindrical-coordinate representation of color #0D4EAF: hue angle of 215.93º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D4EAF is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 13 | 78 | 175 | - |
| CMYK | 0.93 | 0.55 | 0 | 0.31 |
| HSL | 215.93º | 0.86% | 0.37% | - |
| HSV(B) | 215.93º | 0.93% | 0.69% | - |
| XYZ | 10.63 | 8.63 | 41.66 | - |
| YUV | 69.62 | 187.47 | 87.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 78 | 175 | 0.93 | 0.55 | 0 | 0.31 | 215.93 | 0.86 | 0.37 |
| Hex | D | 4E | AF | 5D | 37 | 0 | 1F | D8 | 56 | 25 |
| Octal | 15 | 116 | 257 | 135 | 67 | 0 | 37 | 330 | 126 | 45 |
| Binary | 1101 | 1001110 | 10101111 | 1011101 | 110111 | 0 | 11111 | 11011000 | 1010110 | 100101 |
Color Harmonies of #0D4EAF
Complementary color
Monochromatic Colors of #0D4EAF
Black with #0D4EAF
Text Example
Text Example
White with #0D4EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4EAF; }
p { color: rgb(13,78,175); }
H1.HeaderClassName
{
color: #0D4EAF;
}
.AnyTagClassName
{
color: #0D4EAF;
}
</style>
background-color css
<style>
a { background-color: #0D4EAF; }
a { background-color: rgb(13,78,175); }
div.DivClassName
{
background-color: #0D4EAF;
}
.BgClassName
{
background-color: #0D4EAF;
}
</style>
border-color css
<style>
span { border-color: #0D4EAF; }
span { border-color: rgb(13,78,175); }
td.TdClassName
{
border-color: #0D4EAF;
}
.TagClassName
{
border-color: #0D4EAF;
}
</style>