Shades of Cobalt #0D4DAB
Tints of Cobalt #0D4DAB
RGB
CMYK
RGB Variations
Color information
#0D4DAB (or 0x0D4DAB) is known color: Cobalt. HEX triplet: 0D, 4D and AB. RGB value is (13,77,171). Sum of RGB (Red+Green+Blue) = 13+77+171=261 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.98% from 261); Green value is 77 (30.47% from 255 or 29.50% from 261); Blue value is 171 (67.19% from 255 or 65.52% from 261); Max value from RGB is 171 - color contains mainly: blue. Hex color #0D4DAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D4DAB is #F2B254. Grayscale: #444444. Windows color (decimal): -15905365 or 11226381. OLE color: 11226381.
HSL color Cylindrical-coordinate representation of color #0D4DAB: hue angle of 215.7º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D4DAB is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 77 | 171 | - |
| CMYK | 0.92 | 0.55 | 0 | 0.33 |
| HSL | 215.7º | 0.86% | 0.36% | - |
| HSV(B) | 215.7º | 0.92% | 0.67% | - |
| XYZ | 10.17 | 8.33 | 39.6 | - |
| YUV | 68.58 | 185.8 | 88.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 77 | 171 | 0.92 | 0.55 | 0 | 0.33 | 215.7 | 0.86 | 0.36 |
| Hex | D | 4D | AB | 5C | 37 | 0 | 21 | D8 | 56 | 24 |
| Octal | 15 | 115 | 253 | 134 | 67 | 0 | 41 | 330 | 126 | 44 |
| Binary | 1101 | 1001101 | 10101011 | 1011100 | 110111 | 0 | 100001 | 11011000 | 1010110 | 100100 |
Color Harmonies of #0D4DAB
Complementary color
Monochromatic Colors of #0D4DAB
Black with #0D4DAB
Text Example
Text Example
White with #0D4DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4DAB; }
p { color: rgb(13,77,171); }
H1.HeaderClassName
{
color: #0D4DAB;
}
.AnyTagClassName
{
color: #0D4DAB;
}
</style>
background-color css
<style>
a { background-color: #0D4DAB; }
a { background-color: rgb(13,77,171); }
div.DivClassName
{
background-color: #0D4DAB;
}
.BgClassName
{
background-color: #0D4DAB;
}
</style>
border-color css
<style>
span { border-color: #0D4DAB; }
span { border-color: rgb(13,77,171); }
td.TdClassName
{
border-color: #0D4DAB;
}
.TagClassName
{
border-color: #0D4DAB;
}
</style>