Shades of Cobalt #0D51AB
Tints of Cobalt #0D51AB
RGB
CMYK
RGB Variations
Color information
#0D51AB (or 0x0D51AB) is known color: Cobalt. HEX triplet: 0D, 51 and AB. RGB value is (13,81,171). Sum of RGB (Red+Green+Blue) = 13+81+171=265 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.91% from 265); Green value is 81 (32.03% from 255 or 30.57% from 265); Blue value is 171 (67.19% from 255 or 64.53% from 265); Max value from RGB is 171 - color contains mainly: blue. Hex color #0D51AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D51AB is #F2AE54. Grayscale: #464646. Windows color (decimal): -15904341 or 11227405. OLE color: 11227405.
HSL color Cylindrical-coordinate representation of color #0D51AB: hue angle of 214.18º 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 #0D51AB is Cyan = 0.92, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 81 | 171 | - |
| CMYK | 0.92 | 0.53 | 0 | 0.33 |
| HSL | 214.18º | 0.86% | 0.36% | - |
| HSV(B) | 214.18º | 0.92% | 0.67% | - |
| XYZ | 10.46 | 8.91 | 39.7 | - |
| YUV | 70.93 | 184.47 | 86.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 81 | 171 | 0.92 | 0.53 | 0 | 0.33 | 214.18 | 0.86 | 0.36 |
| Hex | D | 51 | AB | 5C | 35 | 0 | 21 | D6 | 56 | 24 |
| Octal | 15 | 121 | 253 | 134 | 65 | 0 | 41 | 326 | 126 | 44 |
| Binary | 1101 | 1010001 | 10101011 | 1011100 | 110101 | 0 | 100001 | 11010110 | 1010110 | 100100 |
Color Harmonies of #0D51AB
Complementary color
Monochromatic Colors of #0D51AB
Black with #0D51AB
Text Example
Text Example
White with #0D51AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D51AB; }
p { color: rgb(13,81,171); }
H1.HeaderClassName
{
color: #0D51AB;
}
.AnyTagClassName
{
color: #0D51AB;
}
</style>
background-color css
<style>
a { background-color: #0D51AB; }
a { background-color: rgb(13,81,171); }
div.DivClassName
{
background-color: #0D51AB;
}
.BgClassName
{
background-color: #0D51AB;
}
</style>
border-color css
<style>
span { border-color: #0D51AB; }
span { border-color: rgb(13,81,171); }
td.TdClassName
{
border-color: #0D51AB;
}
.TagClassName
{
border-color: #0D51AB;
}
</style>