Shades of Cobalt #005C9B
Tints of Cobalt #005C9B
RGB
CMYK
RGB Variations
Color information
#005C9B (or 0x005C9B) is known color: Cobalt. HEX triplet: 00, 5C and 9B. RGB value is (0,92,155). Sum of RGB (Red+Green+Blue) = 0+92+155=247 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 247); Green value is 92 (36.33% from 255 or 37.25% from 247); Blue value is 155 (60.94% from 255 or 62.75% from 247); Max value from RGB is 155 - color contains mainly: blue. Hex color #005C9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005C9B is #FFA364. Grayscale: #474747. Windows color (decimal): -16753509 or 10181632. OLE color: 10181632.
HSL color Cylindrical-coordinate representation of color #005C9B: hue angle of 204.39º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005C9B is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 0 | 92 | 155 | - |
| CMYK | 1 | 0.41 | 0 | 0.39 |
| HSL | 204.39º | 1% | 0.3% | - |
| HSV(B) | 204.39º | 1% | 0.61% | - |
| XYZ | 9.74 | 10.02 | 32.43 | - |
| YUV | 71.67 | 175.02 | 76.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 92 | 155 | 1 | 0.41 | 0 | 0.39 | 204.39 | 1 | 0.3 |
| Hex | 0 | 5C | 9B | 64 | 29 | 0 | 27 | CC | 64 | 1E |
| Octal | 0 | 134 | 233 | 144 | 51 | 0 | 47 | 314 | 144 | 36 |
| Binary | 0 | 1011100 | 10011011 | 1100100 | 101001 | 0 | 100111 | 11001100 | 1100100 | 11110 |
Color Harmonies of #005C9B
Complementary color
Monochromatic Colors of #005C9B
Black with #005C9B
Text Example
Text Example
White with #005C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005C9B; }
p { color: rgb(0,92,155); }
H1.HeaderClassName
{
color: #005C9B;
}
.AnyTagClassName
{
color: #005C9B;
}
</style>
background-color css
<style>
a { background-color: #005C9B; }
a { background-color: rgb(0,92,155); }
div.DivClassName
{
background-color: #005C9B;
}
.BgClassName
{
background-color: #005C9B;
}
</style>
border-color css
<style>
span { border-color: #005C9B; }
span { border-color: rgb(0,92,155); }
td.TdClassName
{
border-color: #005C9B;
}
.TagClassName
{
border-color: #005C9B;
}
</style>