Shades of Cobalt #0251AB
Tints of Cobalt #0251AB
RGB
CMYK
RGB Variations
Color information
#0251AB (or 0x0251AB) is known color: Cobalt. HEX triplet: 02, 51 and AB. RGB value is (2,81,171). Sum of RGB (Red+Green+Blue) = 2+81+171=254 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 254); Green value is 81 (32.03% from 255 or 31.89% from 254); Blue value is 171 (67.19% from 255 or 67.32% from 254); Max value from RGB is 171 - color contains mainly: blue. Hex color #0251AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0251AB is #FDAE54. Grayscale: #434343. Windows color (decimal): -16625237 or 11227394. OLE color: 11227394.
HSL color Cylindrical-coordinate representation of color #0251AB: hue angle of 211.95º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0251AB is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 81 | 171 | - |
| CMYK | 0.99 | 0.53 | 0 | 0.33 |
| HSL | 211.95º | 0.98% | 0.34% | - |
| HSV(B) | 211.95º | 0.99% | 0.67% | - |
| XYZ | 10.32 | 8.84 | 39.69 | - |
| YUV | 67.64 | 186.33 | 81.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 81 | 171 | 0.99 | 0.53 | 0 | 0.33 | 211.95 | 0.98 | 0.34 |
| Hex | 2 | 51 | AB | 63 | 35 | 0 | 21 | D4 | 62 | 22 |
| Octal | 2 | 121 | 253 | 143 | 65 | 0 | 41 | 324 | 142 | 42 |
| Binary | 10 | 1010001 | 10101011 | 1100011 | 110101 | 0 | 100001 | 11010100 | 1100010 | 100010 |
Color Harmonies of #0251AB
Complementary color
Monochromatic Colors of #0251AB
Black with #0251AB
Text Example
Text Example
White with #0251AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0251AB; }
p { color: rgb(2,81,171); }
H1.HeaderClassName
{
color: #0251AB;
}
.AnyTagClassName
{
color: #0251AB;
}
</style>
background-color css
<style>
a { background-color: #0251AB; }
a { background-color: rgb(2,81,171); }
div.DivClassName
{
background-color: #0251AB;
}
.BgClassName
{
background-color: #0251AB;
}
</style>
border-color css
<style>
span { border-color: #0251AB; }
span { border-color: rgb(2,81,171); }
td.TdClassName
{
border-color: #0251AB;
}
.TagClassName
{
border-color: #0251AB;
}
</style>