Shades of Cobalt #0251B5
Tints of Cobalt #0251B5
RGB
CMYK
RGB Variations
Color information
#0251B5 (or 0x0251B5) is known color: Cobalt. HEX triplet: 02, 51 and B5. RGB value is (2,81,181). Sum of RGB (Red+Green+Blue) = 2+81+181=264 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 264); Green value is 81 (32.03% from 255 or 30.68% from 264); Blue value is 181 (71.09% from 255 or 68.56% from 264); Max value from RGB is 181 - color contains mainly: blue. Hex color #0251B5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0251B5 is #FDAE4A. Grayscale: #444444. Windows color (decimal): -16625227 or 11882754. OLE color: 11882754.
HSL color Cylindrical-coordinate representation of color #0251B5: hue angle of 213.52º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0251B5 is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 2 | 81 | 181 | - |
| CMYK | 0.99 | 0.55 | 0 | 0.29 |
| HSL | 213.52º | 0.98% | 0.36% | - |
| HSV(B) | 213.52º | 0.99% | 0.71% | - |
| XYZ | 11.31 | 9.23 | 44.9 | - |
| YUV | 68.78 | 191.33 | 80.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 81 | 181 | 0.99 | 0.55 | 0 | 0.29 | 213.52 | 0.98 | 0.36 |
| Hex | 2 | 51 | B5 | 63 | 37 | 0 | 1D | D6 | 62 | 24 |
| Octal | 2 | 121 | 265 | 143 | 67 | 0 | 35 | 326 | 142 | 44 |
| Binary | 10 | 1010001 | 10110101 | 1100011 | 110111 | 0 | 11101 | 11010110 | 1100010 | 100100 |
Color Harmonies of #0251B5
Complementary color
Monochromatic Colors of #0251B5
Black with #0251B5
Text Example
Text Example
White with #0251B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0251B5; }
p { color: rgb(2,81,181); }
H1.HeaderClassName
{
color: #0251B5;
}
.AnyTagClassName
{
color: #0251B5;
}
</style>
background-color css
<style>
a { background-color: #0251B5; }
a { background-color: rgb(2,81,181); }
div.DivClassName
{
background-color: #0251B5;
}
.BgClassName
{
background-color: #0251B5;
}
</style>
border-color css
<style>
span { border-color: #0251B5; }
span { border-color: rgb(2,81,181); }
td.TdClassName
{
border-color: #0251B5;
}
.TagClassName
{
border-color: #0251B5;
}
</style>