Shades of Cobalt #0256AB
Tints of Cobalt #0256AB
RGB
CMYK
RGB Variations
Color information
#0256AB (or 0x0256AB) is known color: Cobalt. HEX triplet: 02, 56 and AB. RGB value is (2,86,171). Sum of RGB (Red+Green+Blue) = 2+86+171=259 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 259); Green value is 86 (33.98% from 255 or 33.20% from 259); Blue value is 171 (67.19% from 255 or 66.02% from 259); Max value from RGB is 171 - color contains mainly: blue. Hex color #0256AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0256AB is #FDA954. Grayscale: #464646. Windows color (decimal): -16623957 or 11228674. OLE color: 11228674.
HSL color Cylindrical-coordinate representation of color #0256AB: hue angle of 210.18º 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 #0256AB is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 86 | 171 | - |
| CMYK | 0.99 | 0.50 | 0 | 0.33 |
| HSL | 210.18º | 0.98% | 0.34% | - |
| HSV(B) | 210.18º | 0.99% | 0.67% | - |
| XYZ | 10.7 | 9.61 | 39.82 | - |
| YUV | 70.57 | 184.67 | 79.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 86 | 171 | 0.99 | 0.50 | 0 | 0.33 | 210.18 | 0.98 | 0.34 |
| Hex | 2 | 56 | AB | 63 | 32 | 0 | 21 | D2 | 62 | 22 |
| Octal | 2 | 126 | 253 | 143 | 62 | 0 | 41 | 322 | 142 | 42 |
| Binary | 10 | 1010110 | 10101011 | 1100011 | 110010 | 0 | 100001 | 11010010 | 1100010 | 100010 |
Color Harmonies of #0256AB
Complementary color
Monochromatic Colors of #0256AB
Black with #0256AB
Text Example
Text Example
White with #0256AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0256AB; }
p { color: rgb(2,86,171); }
H1.HeaderClassName
{
color: #0256AB;
}
.AnyTagClassName
{
color: #0256AB;
}
</style>
background-color css
<style>
a { background-color: #0256AB; }
a { background-color: rgb(2,86,171); }
div.DivClassName
{
background-color: #0256AB;
}
.BgClassName
{
background-color: #0256AB;
}
</style>
border-color css
<style>
span { border-color: #0256AB; }
span { border-color: rgb(2,86,171); }
td.TdClassName
{
border-color: #0256AB;
}
.TagClassName
{
border-color: #0256AB;
}
</style>