Shades of Cobalt #0256AD
Tints of Cobalt #0256AD
RGB
CMYK
RGB Variations
Color information
#0256AD (or 0x0256AD) is known color: Cobalt. HEX triplet: 02, 56 and AD. RGB value is (2,86,173). Sum of RGB (Red+Green+Blue) = 2+86+173=261 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 261); Green value is 86 (33.98% from 255 or 32.95% from 261); Blue value is 173 (67.97% from 255 or 66.28% from 261); Max value from RGB is 173 - color contains mainly: blue. Hex color #0256AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0256AD is #FDA952. Grayscale: #464646. Windows color (decimal): -16623955 or 11359746. OLE color: 11359746.
HSL color Cylindrical-coordinate representation of color #0256AD: hue angle of 210.53º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0256AD is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 86 | 173 | - |
| CMYK | 0.99 | 0.50 | 0 | 0.32 |
| HSL | 210.53º | 0.98% | 0.34% | - |
| HSV(B) | 210.53º | 0.99% | 0.68% | - |
| XYZ | 10.9 | 9.69 | 40.83 | - |
| YUV | 70.8 | 185.67 | 78.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 86 | 173 | 0.99 | 0.50 | 0 | 0.32 | 210.53 | 0.98 | 0.34 |
| Hex | 2 | 56 | AD | 63 | 32 | 0 | 20 | D3 | 62 | 22 |
| Octal | 2 | 126 | 255 | 143 | 62 | 0 | 40 | 323 | 142 | 42 |
| Binary | 10 | 1010110 | 10101101 | 1100011 | 110010 | 0 | 100000 | 11010011 | 1100010 | 100010 |
Color Harmonies of #0256AD
Complementary color
Monochromatic Colors of #0256AD
Black with #0256AD
Text Example
Text Example
White with #0256AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0256AD; }
p { color: rgb(2,86,173); }
H1.HeaderClassName
{
color: #0256AD;
}
.AnyTagClassName
{
color: #0256AD;
}
</style>
background-color css
<style>
a { background-color: #0256AD; }
a { background-color: rgb(2,86,173); }
div.DivClassName
{
background-color: #0256AD;
}
.BgClassName
{
background-color: #0256AD;
}
</style>
border-color css
<style>
span { border-color: #0256AD; }
span { border-color: rgb(2,86,173); }
td.TdClassName
{
border-color: #0256AD;
}
.TagClassName
{
border-color: #0256AD;
}
</style>