Shades of Cobalt #0251A4
Tints of Cobalt #0251A4
RGB
CMYK
RGB Variations
Color information
#0251A4 (or 0x0251A4) is known color: Cobalt. HEX triplet: 02, 51 and A4. RGB value is (2,81,164). Sum of RGB (Red+Green+Blue) = 2+81+164=247 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 247); Green value is 81 (32.03% from 255 or 32.79% from 247); Blue value is 164 (64.45% from 255 or 66.40% from 247); Max value from RGB is 164 - color contains mainly: blue. Hex color #0251A4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0251A4 is #FDAE5B. Grayscale: #424242. Windows color (decimal): -16625244 or 10768642. OLE color: 10768642.
HSL color Cylindrical-coordinate representation of color #0251A4: hue angle of 210.74º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0251A4 is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 2 | 81 | 164 | - |
| CMYK | 0.99 | 0.51 | 0 | 0.36 |
| HSL | 210.74º | 0.98% | 0.33% | - |
| HSV(B) | 210.74º | 0.99% | 0.64% | - |
| XYZ | 9.67 | 8.58 | 36.27 | - |
| YUV | 66.84 | 182.83 | 81.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 81 | 164 | 0.99 | 0.51 | 0 | 0.36 | 210.74 | 0.98 | 0.33 |
| Hex | 2 | 51 | A4 | 63 | 33 | 0 | 24 | D3 | 62 | 21 |
| Octal | 2 | 121 | 244 | 143 | 63 | 0 | 44 | 323 | 142 | 41 |
| Binary | 10 | 1010001 | 10100100 | 1100011 | 110011 | 0 | 100100 | 11010011 | 1100010 | 100001 |
Color Harmonies of #0251A4
Complementary color
Monochromatic Colors of #0251A4
Black with #0251A4
Text Example
Text Example
White with #0251A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0251A4; }
p { color: rgb(2,81,164); }
H1.HeaderClassName
{
color: #0251A4;
}
.AnyTagClassName
{
color: #0251A4;
}
</style>
background-color css
<style>
a { background-color: #0251A4; }
a { background-color: rgb(2,81,164); }
div.DivClassName
{
background-color: #0251A4;
}
.BgClassName
{
background-color: #0251A4;
}
</style>
border-color css
<style>
span { border-color: #0251A4; }
span { border-color: rgb(2,81,164); }
td.TdClassName
{
border-color: #0251A4;
}
.TagClassName
{
border-color: #0251A4;
}
</style>