Shades of Cobalt #005695
Tints of Cobalt #005695
RGB
CMYK
RGB Variations
Color information
#005695 (or 0x005695) is known color: Cobalt. HEX triplet: 00, 56 and 95. RGB value is (0,86,149). Sum of RGB (Red+Green+Blue) = 0+86+149=235 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 235); Green value is 86 (33.98% from 255 or 36.60% from 235); Blue value is 149 (58.59% from 255 or 63.40% from 235); Max value from RGB is 149 - color contains mainly: blue. Hex color #005695 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005695 is #FFA96A. Grayscale: #434343. Windows color (decimal): -16755051 or 9786880. OLE color: 9786880.
HSL color Cylindrical-coordinate representation of color #005695: hue angle of 205.37º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005695 is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 86 | 149 | - |
| CMYK | 1 | 0.42 | 0 | 0.42 |
| HSL | 205.37º | 1% | 0.29% | - |
| HSV(B) | 205.37º | 1% | 0.58% | - |
| XYZ | 8.75 | 8.83 | 29.68 | - |
| YUV | 67.47 | 174.01 | 79.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 86 | 149 | 1 | 0.42 | 0 | 0.42 | 205.37 | 1 | 0.29 |
| Hex | 0 | 56 | 95 | 64 | 2A | 0 | 2A | CD | 64 | 1D |
| Octal | 0 | 126 | 225 | 144 | 52 | 0 | 52 | 315 | 144 | 35 |
| Binary | 0 | 1010110 | 10010101 | 1100100 | 101010 | 0 | 101010 | 11001101 | 1100100 | 11101 |
Color Harmonies of #005695
Complementary color
Monochromatic Colors of #005695
Black with #005695
Text Example
Text Example
White with #005695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005695; }
p { color: rgb(0,86,149); }
H1.HeaderClassName
{
color: #005695;
}
.AnyTagClassName
{
color: #005695;
}
</style>
background-color css
<style>
a { background-color: #005695; }
a { background-color: rgb(0,86,149); }
div.DivClassName
{
background-color: #005695;
}
.BgClassName
{
background-color: #005695;
}
</style>
border-color css
<style>
span { border-color: #005695; }
span { border-color: rgb(0,86,149); }
td.TdClassName
{
border-color: #005695;
}
.TagClassName
{
border-color: #005695;
}
</style>