Shades of Cobalt #005B96
Tints of Cobalt #005B96
RGB
CMYK
RGB Variations
Color information
#005B96 (or 0x005B96) is known color: Cobalt. HEX triplet: 00, 5B and 96. RGB value is (0,91,150). Sum of RGB (Red+Green+Blue) = 0+91+150=241 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 241); Green value is 91 (35.94% from 255 or 37.76% from 241); Blue value is 150 (58.98% from 255 or 62.24% from 241); Max value from RGB is 150 - color contains mainly: blue. Hex color #005B96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005B96 is #FFA469. Grayscale: #464646. Windows color (decimal): -16753770 or 9853696. OLE color: 9853696.
HSL color Cylindrical-coordinate representation of color #005B96: hue angle of 203.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 #005B96 is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 0 | 91 | 150 | - |
| CMYK | 1 | 0.39 | 0 | 0.41 |
| HSL | 203.6º | 1% | 0.29% | - |
| HSV(B) | 203.6º | 1% | 0.59% | - |
| XYZ | 9.25 | 9.68 | 30.24 | - |
| YUV | 70.52 | 172.85 | 77.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 91 | 150 | 1 | 0.39 | 0 | 0.41 | 203.6 | 1 | 0.29 |
| Hex | 0 | 5B | 96 | 64 | 27 | 0 | 29 | CC | 64 | 1D |
| Octal | 0 | 133 | 226 | 144 | 47 | 0 | 51 | 314 | 144 | 35 |
| Binary | 0 | 1011011 | 10010110 | 1100100 | 100111 | 0 | 101001 | 11001100 | 1100100 | 11101 |
Color Harmonies of #005B96
Complementary color
Monochromatic Colors of #005B96
Black with #005B96
Text Example
Text Example
White with #005B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005B96; }
p { color: rgb(0,91,150); }
H1.HeaderClassName
{
color: #005B96;
}
.AnyTagClassName
{
color: #005B96;
}
</style>
background-color css
<style>
a { background-color: #005B96; }
a { background-color: rgb(0,91,150); }
div.DivClassName
{
background-color: #005B96;
}
.BgClassName
{
background-color: #005B96;
}
</style>
border-color css
<style>
span { border-color: #005B96; }
span { border-color: rgb(0,91,150); }
td.TdClassName
{
border-color: #005B96;
}
.TagClassName
{
border-color: #005B96;
}
</style>