Shades of Cobalt #005696
Tints of Cobalt #005696
RGB
CMYK
RGB Variations
Color information
#005696 (or 0x005696) is known color: Cobalt. HEX triplet: 00, 56 and 96. RGB value is (0,86,150). Sum of RGB (Red+Green+Blue) = 0+86+150=236 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 236); Green value is 86 (33.98% from 255 or 36.44% from 236); Blue value is 150 (58.98% from 255 or 63.56% from 236); Max value from RGB is 150 - color contains mainly: blue. Hex color #005696 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005696 is #FFA969. Grayscale: #434343. Windows color (decimal): -16755050 or 9852416. OLE color: 9852416.
HSL color Cylindrical-coordinate representation of color #005696: hue angle of 205.6º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005696 is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 0 | 86 | 150 | - |
| CMYK | 1 | 0.43 | 0 | 0.41 |
| HSL | 205.6º | 1% | 0.29% | - |
| HSV(B) | 205.6º | 1% | 0.59% | - |
| XYZ | 8.83 | 8.86 | 30.1 | - |
| YUV | 67.58 | 174.51 | 79.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 86 | 150 | 1 | 0.43 | 0 | 0.41 | 205.6 | 1 | 0.29 |
| Hex | 0 | 56 | 96 | 64 | 2B | 0 | 29 | CE | 64 | 1D |
| Octal | 0 | 126 | 226 | 144 | 53 | 0 | 51 | 316 | 144 | 35 |
| Binary | 0 | 1010110 | 10010110 | 1100100 | 101011 | 0 | 101001 | 11001110 | 1100100 | 11101 |
Color Harmonies of #005696
Complementary color
Monochromatic Colors of #005696
Black with #005696
Text Example
Text Example
White with #005696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005696; }
p { color: rgb(0,86,150); }
H1.HeaderClassName
{
color: #005696;
}
.AnyTagClassName
{
color: #005696;
}
</style>
background-color css
<style>
a { background-color: #005696; }
a { background-color: rgb(0,86,150); }
div.DivClassName
{
background-color: #005696;
}
.BgClassName
{
background-color: #005696;
}
</style>
border-color css
<style>
span { border-color: #005696; }
span { border-color: rgb(0,86,150); }
td.TdClassName
{
border-color: #005696;
}
.TagClassName
{
border-color: #005696;
}
</style>