Shades of Cobalt #0156AC
Tints of Cobalt #0156AC
RGB
CMYK
RGB Variations
Color information
#0156AC (or 0x0156AC) is known color: Cobalt. HEX triplet: 01, 56 and AC. RGB value is (1,86,172). Sum of RGB (Red+Green+Blue) = 1+86+172=259 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 259); Green value is 86 (33.98% from 255 or 33.20% from 259); Blue value is 172 (67.58% from 255 or 66.41% from 259); Max value from RGB is 172 - color contains mainly: blue. Hex color #0156AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0156AC is #FEA953. Grayscale: #454545. Windows color (decimal): -16689492 or 11294209. OLE color: 11294209.
HSL color Cylindrical-coordinate representation of color #0156AC: hue angle of 210.18º degrees, saturation: 0.99, 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 #0156AC is Cyan = 0.99, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 86 | 172 | - |
| CMYK | 0.99 | 0.5 | 0 | 0.33 |
| HSL | 210.18º | 0.99% | 0.34% | - |
| HSV(B) | 210.18º | 0.99% | 0.67% | - |
| XYZ | 10.79 | 9.64 | 40.32 | - |
| YUV | 70.39 | 185.34 | 78.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 86 | 172 | 0.99 | 0.5 | 0 | 0.33 | 210.18 | 0.99 | 0.34 |
| Hex | 1 | 56 | AC | 63 | 32 | 0 | 21 | D2 | 63 | 22 |
| Octal | 1 | 126 | 254 | 143 | 62 | 0 | 41 | 322 | 143 | 42 |
| Binary | 1 | 1010110 | 10101100 | 1100011 | 110010 | 0 | 100001 | 11010010 | 1100011 | 100010 |
Color Harmonies of #0156AC
Complementary color
Monochromatic Colors of #0156AC
Black with #0156AC
Text Example
Text Example
White with #0156AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0156AC; }
p { color: rgb(1,86,172); }
H1.HeaderClassName
{
color: #0156AC;
}
.AnyTagClassName
{
color: #0156AC;
}
</style>
background-color css
<style>
a { background-color: #0156AC; }
a { background-color: rgb(1,86,172); }
div.DivClassName
{
background-color: #0156AC;
}
.BgClassName
{
background-color: #0156AC;
}
</style>
border-color css
<style>
span { border-color: #0156AC; }
span { border-color: rgb(1,86,172); }
td.TdClassName
{
border-color: #0156AC;
}
.TagClassName
{
border-color: #0156AC;
}
</style>