Shades of Cobalt #0D50AB
Tints of Cobalt #0D50AB
RGB
CMYK
RGB Variations
Color information
#0D50AB (or 0x0D50AB) is known color: Cobalt. HEX triplet: 0D, 50 and AB. RGB value is (13,80,171). Sum of RGB (Red+Green+Blue) = 13+80+171=264 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.92% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 171 (67.19% from 255 or 64.77% from 264); Max value from RGB is 171 - color contains mainly: blue. Hex color #0D50AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D50AB is #F2AF54. Grayscale: #454545. Windows color (decimal): -15904597 or 11227149. OLE color: 11227149.
HSL color Cylindrical-coordinate representation of color #0D50AB: hue angle of 214.56º 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 #0D50AB is Cyan = 0.92, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 80 | 171 | - |
| CMYK | 0.92 | 0.53 | 0 | 0.33 |
| HSL | 214.56º | 0.86% | 0.36% | - |
| HSV(B) | 214.56º | 0.92% | 0.67% | - |
| XYZ | 10.39 | 8.76 | 39.67 | - |
| YUV | 70.34 | 184.8 | 87.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 80 | 171 | 0.92 | 0.53 | 0 | 0.33 | 214.56 | 0.86 | 0.36 |
| Hex | D | 50 | AB | 5C | 35 | 0 | 21 | D7 | 56 | 24 |
| Octal | 15 | 120 | 253 | 134 | 65 | 0 | 41 | 327 | 126 | 44 |
| Binary | 1101 | 1010000 | 10101011 | 1011100 | 110101 | 0 | 100001 | 11010111 | 1010110 | 100100 |
Color Harmonies of #0D50AB
Complementary color
Monochromatic Colors of #0D50AB
Black with #0D50AB
Text Example
Text Example
White with #0D50AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D50AB; }
p { color: rgb(13,80,171); }
H1.HeaderClassName
{
color: #0D50AB;
}
.AnyTagClassName
{
color: #0D50AB;
}
</style>
background-color css
<style>
a { background-color: #0D50AB; }
a { background-color: rgb(13,80,171); }
div.DivClassName
{
background-color: #0D50AB;
}
.BgClassName
{
background-color: #0D50AB;
}
</style>
border-color css
<style>
span { border-color: #0D50AB; }
span { border-color: rgb(13,80,171); }
td.TdClassName
{
border-color: #0D50AB;
}
.TagClassName
{
border-color: #0D50AB;
}
</style>