Shades of Cobalt #0D4AAB
Tints of Cobalt #0D4AAB
RGB
CMYK
RGB Variations
Color information
#0D4AAB (or 0x0D4AAB) is known color: Cobalt. HEX triplet: 0D, 4A and AB. RGB value is (13,74,171). Sum of RGB (Red+Green+Blue) = 13+74+171=258 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5.04% from 258); Green value is 74 (29.30% from 255 or 28.68% from 258); Blue value is 171 (67.19% from 255 or 66.28% from 258); Max value from RGB is 171 - color contains mainly: blue. Hex color #0D4AAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D4AAB is #F2B554. Grayscale: #424242. Windows color (decimal): -15906133 or 11225613. OLE color: 11225613.
HSL color Cylindrical-coordinate representation of color #0D4AAB: hue angle of 216.84º 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 #0D4AAB is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 74 | 171 | - |
| CMYK | 0.92 | 0.57 | 0 | 0.33 |
| HSL | 216.84º | 0.86% | 0.36% | - |
| HSV(B) | 216.84º | 0.92% | 0.67% | - |
| XYZ | 9.97 | 7.92 | 39.53 | - |
| YUV | 66.82 | 186.79 | 89.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 74 | 171 | 0.92 | 0.57 | 0 | 0.33 | 216.84 | 0.86 | 0.36 |
| Hex | D | 4A | AB | 5C | 39 | 0 | 21 | D9 | 56 | 24 |
| Octal | 15 | 112 | 253 | 134 | 71 | 0 | 41 | 331 | 126 | 44 |
| Binary | 1101 | 1001010 | 10101011 | 1011100 | 111001 | 0 | 100001 | 11011001 | 1010110 | 100100 |
Color Harmonies of #0D4AAB
Complementary color
Monochromatic Colors of #0D4AAB
Black with #0D4AAB
Text Example
Text Example
White with #0D4AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4AAB; }
p { color: rgb(13,74,171); }
H1.HeaderClassName
{
color: #0D4AAB;
}
.AnyTagClassName
{
color: #0D4AAB;
}
</style>
background-color css
<style>
a { background-color: #0D4AAB; }
a { background-color: rgb(13,74,171); }
div.DivClassName
{
background-color: #0D4AAB;
}
.BgClassName
{
background-color: #0D4AAB;
}
</style>
border-color css
<style>
span { border-color: #0D4AAB; }
span { border-color: rgb(13,74,171); }
td.TdClassName
{
border-color: #0D4AAB;
}
.TagClassName
{
border-color: #0D4AAB;
}
</style>