Shades of Cobalt #015696
Tints of Cobalt #015696
RGB
CMYK
RGB Variations
Color information
#015696 (or 0x015696) is known color: Cobalt. HEX triplet: 01, 56 and 96. RGB value is (1,86,150). Sum of RGB (Red+Green+Blue) = 1+86+150=237 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 237); Green value is 86 (33.98% from 255 or 36.29% from 237); Blue value is 150 (58.98% from 255 or 63.29% from 237); Max value from RGB is 150 - color contains mainly: blue. Hex color #015696 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015696 is #FEA969. Grayscale: #434343. Windows color (decimal): -16689514 or 9852417. OLE color: 9852417.
HSL color Cylindrical-coordinate representation of color #015696: hue angle of 205.77º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015696 is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 1 | 86 | 150 | - |
| CMYK | 0.99 | 0.43 | 0 | 0.41 |
| HSL | 205.77º | 0.99% | 0.3% | - |
| HSV(B) | 205.77º | 0.99% | 0.59% | - |
| XYZ | 8.85 | 8.86 | 30.1 | - |
| YUV | 67.88 | 174.34 | 80.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 86 | 150 | 0.99 | 0.43 | 0 | 0.41 | 205.77 | 0.99 | 0.3 |
| Hex | 1 | 56 | 96 | 63 | 2B | 0 | 29 | CE | 63 | 1E |
| Octal | 1 | 126 | 226 | 143 | 53 | 0 | 51 | 316 | 143 | 36 |
| Binary | 1 | 1010110 | 10010110 | 1100011 | 101011 | 0 | 101001 | 11001110 | 1100011 | 11110 |
Color Harmonies of #015696
Complementary color
Monochromatic Colors of #015696
Black with #015696
Text Example
Text Example
White with #015696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015696; }
p { color: rgb(1,86,150); }
H1.HeaderClassName
{
color: #015696;
}
.AnyTagClassName
{
color: #015696;
}
</style>
background-color css
<style>
a { background-color: #015696; }
a { background-color: rgb(1,86,150); }
div.DivClassName
{
background-color: #015696;
}
.BgClassName
{
background-color: #015696;
}
</style>
border-color css
<style>
span { border-color: #015696; }
span { border-color: rgb(1,86,150); }
td.TdClassName
{
border-color: #015696;
}
.TagClassName
{
border-color: #015696;
}
</style>