Shades of Cobalt #005C96
Tints of Cobalt #005C96
RGB
CMYK
RGB Variations
Color information
#005C96 (or 0x005C96) is known color: Cobalt. HEX triplet: 00, 5C and 96. RGB value is (0,92,150). Sum of RGB (Red+Green+Blue) = 0+92+150=242 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 242); Green value is 92 (36.33% from 255 or 38.02% from 242); Blue value is 150 (58.98% from 255 or 61.98% from 242); Max value from RGB is 150 - color contains mainly: blue. Hex color #005C96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005C96 is #FFA369. Grayscale: #464646. Windows color (decimal): -16753514 or 9853952. OLE color: 9853952.
HSL color Cylindrical-coordinate representation of color #005C96: hue angle of 203.2º 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 #005C96 is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 0 | 92 | 150 | - |
| CMYK | 1 | 0.39 | 0 | 0.41 |
| HSL | 203.2º | 1% | 0.29% | - |
| HSV(B) | 203.2º | 1% | 0.59% | - |
| XYZ | 9.33 | 9.86 | 30.26 | - |
| YUV | 71.1 | 172.52 | 77.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 92 | 150 | 1 | 0.39 | 0 | 0.41 | 203.2 | 1 | 0.29 |
| Hex | 0 | 5C | 96 | 64 | 27 | 0 | 29 | CB | 64 | 1D |
| Octal | 0 | 134 | 226 | 144 | 47 | 0 | 51 | 313 | 144 | 35 |
| Binary | 0 | 1011100 | 10010110 | 1100100 | 100111 | 0 | 101001 | 11001011 | 1100100 | 11101 |
Color Harmonies of #005C96
Complementary color
Monochromatic Colors of #005C96
Black with #005C96
Text Example
Text Example
White with #005C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005C96; }
p { color: rgb(0,92,150); }
H1.HeaderClassName
{
color: #005C96;
}
.AnyTagClassName
{
color: #005C96;
}
</style>
background-color css
<style>
a { background-color: #005C96; }
a { background-color: rgb(0,92,150); }
div.DivClassName
{
background-color: #005C96;
}
.BgClassName
{
background-color: #005C96;
}
</style>
border-color css
<style>
span { border-color: #005C96; }
span { border-color: rgb(0,92,150); }
td.TdClassName
{
border-color: #005C96;
}
.TagClassName
{
border-color: #005C96;
}
</style>