Shades of Cobalt #005C9F
Tints of Cobalt #005C9F
RGB
CMYK
RGB Variations
Color information
#005C9F (or 0x005C9F) is known color: Cobalt. HEX triplet: 00, 5C and 9F. RGB value is (0,92,159). Sum of RGB (Red+Green+Blue) = 0+92+159=251 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 251); Green value is 92 (36.33% from 255 or 36.65% from 251); Blue value is 159 (62.5% from 255 or 63.35% from 251); Max value from RGB is 159 - color contains mainly: blue. Hex color #005C9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005C9F is #FFA360. Grayscale: #474747. Windows color (decimal): -16753505 or 10443776. OLE color: 10443776.
HSL color Cylindrical-coordinate representation of color #005C9F: hue angle of 205.28º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005C9F is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 92 | 159 | - |
| CMYK | 1 | 0.42 | 0 | 0.38 |
| HSL | 205.28º | 1% | 0.31% | - |
| HSV(B) | 205.28º | 1% | 0.62% | - |
| XYZ | 10.09 | 10.16 | 34.23 | - |
| YUV | 72.13 | 177.02 | 76.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 92 | 159 | 1 | 0.42 | 0 | 0.38 | 205.28 | 1 | 0.31 |
| Hex | 0 | 5C | 9F | 64 | 2A | 0 | 26 | CD | 64 | 1F |
| Octal | 0 | 134 | 237 | 144 | 52 | 0 | 46 | 315 | 144 | 37 |
| Binary | 0 | 1011100 | 10011111 | 1100100 | 101010 | 0 | 100110 | 11001101 | 1100100 | 11111 |
Color Harmonies of #005C9F
Complementary color
Monochromatic Colors of #005C9F
Black with #005C9F
Text Example
Text Example
White with #005C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005C9F; }
p { color: rgb(0,92,159); }
H1.HeaderClassName
{
color: #005C9F;
}
.AnyTagClassName
{
color: #005C9F;
}
</style>
background-color css
<style>
a { background-color: #005C9F; }
a { background-color: rgb(0,92,159); }
div.DivClassName
{
background-color: #005C9F;
}
.BgClassName
{
background-color: #005C9F;
}
</style>
border-color css
<style>
span { border-color: #005C9F; }
span { border-color: rgb(0,92,159); }
td.TdClassName
{
border-color: #005C9F;
}
.TagClassName
{
border-color: #005C9F;
}
</style>