Shades of Cobalt #005F9F
Tints of Cobalt #005F9F
RGB
CMYK
RGB Variations
Color information
#005F9F (or 0x005F9F) is known color: Cobalt. HEX triplet: 00, 5F and 9F. RGB value is (0,95,159). Sum of RGB (Red+Green+Blue) = 0+95+159=254 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 254); Green value is 95 (37.5% from 255 or 37.40% from 254); Blue value is 159 (62.5% from 255 or 62.60% from 254); Max value from RGB is 159 - color contains mainly: blue. Hex color #005F9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005F9F is #FFA060. Grayscale: #494949. Windows color (decimal): -16752737 or 10444544. OLE color: 10444544.
HSL color Cylindrical-coordinate representation of color #005F9F: hue angle of 204.15º 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 #005F9F is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 95 | 159 | - |
| CMYK | 1 | 0.40 | 0 | 0.38 |
| HSL | 204.15º | 1% | 0.31% | - |
| HSV(B) | 204.15º | 1% | 0.62% | - |
| XYZ | 10.35 | 10.69 | 34.32 | - |
| YUV | 73.89 | 176.03 | 75.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 95 | 159 | 1 | 0.40 | 0 | 0.38 | 204.15 | 1 | 0.31 |
| Hex | 0 | 5F | 9F | 64 | 28 | 0 | 26 | CC | 64 | 1F |
| Octal | 0 | 137 | 237 | 144 | 50 | 0 | 46 | 314 | 144 | 37 |
| Binary | 0 | 1011111 | 10011111 | 1100100 | 101000 | 0 | 100110 | 11001100 | 1100100 | 11111 |
Color Harmonies of #005F9F
Complementary color
Monochromatic Colors of #005F9F
Black with #005F9F
Text Example
Text Example
White with #005F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005F9F; }
p { color: rgb(0,95,159); }
H1.HeaderClassName
{
color: #005F9F;
}
.AnyTagClassName
{
color: #005F9F;
}
</style>
background-color css
<style>
a { background-color: #005F9F; }
a { background-color: rgb(0,95,159); }
div.DivClassName
{
background-color: #005F9F;
}
.BgClassName
{
background-color: #005F9F;
}
</style>
border-color css
<style>
span { border-color: #005F9F; }
span { border-color: rgb(0,95,159); }
td.TdClassName
{
border-color: #005F9F;
}
.TagClassName
{
border-color: #005F9F;
}
</style>