Shades of Cobalt #0D4CAB
Tints of Cobalt #0D4CAB
RGB
CMYK
RGB Variations
Color information
#0D4CAB (or 0x0D4CAB) is known color: Cobalt. HEX triplet: 0D, 4C and AB. RGB value is (13,76,171). Sum of RGB (Red+Green+Blue) = 13+76+171=260 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5% from 260); Green value is 76 (30.08% from 255 or 29.23% from 260); Blue value is 171 (67.19% from 255 or 65.77% from 260); Max value from RGB is 171 - color contains mainly: blue. Hex color #0D4CAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D4CAB is #F2B354. Grayscale: #434343. Windows color (decimal): -15905621 or 11226125. OLE color: 11226125.
HSL color Cylindrical-coordinate representation of color #0D4CAB: hue angle of 216.08º 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 #0D4CAB is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 76 | 171 | - |
| CMYK | 0.92 | 0.56 | 0 | 0.33 |
| HSL | 216.08º | 0.86% | 0.36% | - |
| HSV(B) | 216.08º | 0.92% | 0.67% | - |
| XYZ | 10.1 | 8.19 | 39.58 | - |
| YUV | 67.99 | 186.13 | 88.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 76 | 171 | 0.92 | 0.56 | 0 | 0.33 | 216.08 | 0.86 | 0.36 |
| Hex | D | 4C | AB | 5C | 38 | 0 | 21 | D8 | 56 | 24 |
| Octal | 15 | 114 | 253 | 134 | 70 | 0 | 41 | 330 | 126 | 44 |
| Binary | 1101 | 1001100 | 10101011 | 1011100 | 111000 | 0 | 100001 | 11011000 | 1010110 | 100100 |
Color Harmonies of #0D4CAB
Complementary color
Monochromatic Colors of #0D4CAB
Black with #0D4CAB
Text Example
Text Example
White with #0D4CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4CAB; }
p { color: rgb(13,76,171); }
H1.HeaderClassName
{
color: #0D4CAB;
}
.AnyTagClassName
{
color: #0D4CAB;
}
</style>
background-color css
<style>
a { background-color: #0D4CAB; }
a { background-color: rgb(13,76,171); }
div.DivClassName
{
background-color: #0D4CAB;
}
.BgClassName
{
background-color: #0D4CAB;
}
</style>
border-color css
<style>
span { border-color: #0D4CAB; }
span { border-color: rgb(13,76,171); }
td.TdClassName
{
border-color: #0D4CAB;
}
.TagClassName
{
border-color: #0D4CAB;
}
</style>