Shades of Cobalt #0050AB
Tints of Cobalt #0050AB
RGB
CMYK
RGB Variations
Color information
#0050AB (or 0x0050AB) is known color: Cobalt. HEX triplet: 00, 50 and AB. RGB value is (0,80,171). Sum of RGB (Red+Green+Blue) = 0+80+171=251 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 171 (67.19% from 255 or 68.13% from 251); Max value from RGB is 171 - color contains mainly: blue. Hex color #0050AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0050AB is #FFAF54. Grayscale: #424242. Windows color (decimal): -16756565 or 11227136. OLE color: 11227136.
HSL color Cylindrical-coordinate representation of color #0050AB: hue angle of 211.93º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0050AB is Cyan = 1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 80 | 171 | - |
| CMYK | 1 | 0.53 | 0 | 0.33 |
| HSL | 211.93º | 1% | 0.34% | - |
| HSV(B) | 211.93º | 1% | 0.67% | - |
| XYZ | 10.22 | 8.68 | 39.66 | - |
| YUV | 66.45 | 187 | 80.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 80 | 171 | 1 | 0.53 | 0 | 0.33 | 211.93 | 1 | 0.34 |
| Hex | 0 | 50 | AB | 64 | 35 | 0 | 21 | D4 | 64 | 22 |
| Octal | 0 | 120 | 253 | 144 | 65 | 0 | 41 | 324 | 144 | 42 |
| Binary | 0 | 1010000 | 10101011 | 1100100 | 110101 | 0 | 100001 | 11010100 | 1100100 | 100010 |
Color Harmonies of #0050AB
Complementary color
Monochromatic Colors of #0050AB
Black with #0050AB
Text Example
Text Example
White with #0050AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0050AB; }
p { color: rgb(0,80,171); }
H1.HeaderClassName
{
color: #0050AB;
}
.AnyTagClassName
{
color: #0050AB;
}
</style>
background-color css
<style>
a { background-color: #0050AB; }
a { background-color: rgb(0,80,171); }
div.DivClassName
{
background-color: #0050AB;
}
.BgClassName
{
background-color: #0050AB;
}
</style>
border-color css
<style>
span { border-color: #0050AB; }
span { border-color: rgb(0,80,171); }
td.TdClassName
{
border-color: #0050AB;
}
.TagClassName
{
border-color: #0050AB;
}
</style>