Shades of Cobalt #0256AC
Tints of Cobalt #0256AC
RGB
CMYK
RGB Variations
Color information
#0256AC (or 0x0256AC) is known color: Cobalt. HEX triplet: 02, 56 and AC. RGB value is (2,86,172). Sum of RGB (Red+Green+Blue) = 2+86+172=260 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 260); Green value is 86 (33.98% from 255 or 33.08% from 260); Blue value is 172 (67.58% from 255 or 66.15% from 260); Max value from RGB is 172 - color contains mainly: blue. Hex color #0256AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0256AC is #FDA953. Grayscale: #464646. Windows color (decimal): -16623956 or 11294210. OLE color: 11294210.
HSL color Cylindrical-coordinate representation of color #0256AC: hue angle of 210.35º 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 #0256AC is Cyan = 0.99, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 86 | 172 | - |
| CMYK | 0.99 | 0.5 | 0 | 0.33 |
| HSL | 210.35º | 0.98% | 0.34% | - |
| HSV(B) | 210.35º | 0.99% | 0.67% | - |
| XYZ | 10.8 | 9.65 | 40.32 | - |
| YUV | 70.69 | 185.17 | 79.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 86 | 172 | 0.99 | 0.5 | 0 | 0.33 | 210.35 | 0.98 | 0.34 |
| Hex | 2 | 56 | AC | 63 | 32 | 0 | 21 | D2 | 62 | 22 |
| Octal | 2 | 126 | 254 | 143 | 62 | 0 | 41 | 322 | 142 | 42 |
| Binary | 10 | 1010110 | 10101100 | 1100011 | 110010 | 0 | 100001 | 11010010 | 1100010 | 100010 |
Color Harmonies of #0256AC
Complementary color
Monochromatic Colors of #0256AC
Black with #0256AC
Text Example
Text Example
White with #0256AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0256AC; }
p { color: rgb(2,86,172); }
H1.HeaderClassName
{
color: #0256AC;
}
.AnyTagClassName
{
color: #0256AC;
}
</style>
background-color css
<style>
a { background-color: #0256AC; }
a { background-color: rgb(2,86,172); }
div.DivClassName
{
background-color: #0256AC;
}
.BgClassName
{
background-color: #0256AC;
}
</style>
border-color css
<style>
span { border-color: #0256AC; }
span { border-color: rgb(2,86,172); }
td.TdClassName
{
border-color: #0256AC;
}
.TagClassName
{
border-color: #0256AC;
}
</style>