Shades of Cobalt #005F9E
Tints of Cobalt #005F9E
RGB
CMYK
RGB Variations
Color information
#005F9E (or 0x005F9E) is known color: Cobalt. HEX triplet: 00, 5F and 9E. RGB value is (0,95,158). Sum of RGB (Red+Green+Blue) = 0+95+158=253 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 253); Green value is 95 (37.5% from 255 or 37.55% from 253); Blue value is 158 (62.11% from 255 or 62.45% from 253); Max value from RGB is 158 - color contains mainly: blue. Hex color #005F9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005F9E is #FFA061. Grayscale: #494949. Windows color (decimal): -16752738 or 10379008. OLE color: 10379008.
HSL color Cylindrical-coordinate representation of color #005F9E: hue angle of 203.92º 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 #005F9E is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 95 | 158 | - |
| CMYK | 1 | 0.40 | 0 | 0.38 |
| HSL | 203.92º | 1% | 0.31% | - |
| HSV(B) | 203.92º | 1% | 0.62% | - |
| XYZ | 10.26 | 10.65 | 33.86 | - |
| YUV | 73.78 | 175.53 | 75.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 95 | 158 | 1 | 0.40 | 0 | 0.38 | 203.92 | 1 | 0.31 |
| Hex | 0 | 5F | 9E | 64 | 28 | 0 | 26 | CC | 64 | 1F |
| Octal | 0 | 137 | 236 | 144 | 50 | 0 | 46 | 314 | 144 | 37 |
| Binary | 0 | 1011111 | 10011110 | 1100100 | 101000 | 0 | 100110 | 11001100 | 1100100 | 11111 |
Color Harmonies of #005F9E
Complementary color
Monochromatic Colors of #005F9E
Black with #005F9E
Text Example
Text Example
White with #005F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005F9E; }
p { color: rgb(0,95,158); }
H1.HeaderClassName
{
color: #005F9E;
}
.AnyTagClassName
{
color: #005F9E;
}
</style>
background-color css
<style>
a { background-color: #005F9E; }
a { background-color: rgb(0,95,158); }
div.DivClassName
{
background-color: #005F9E;
}
.BgClassName
{
background-color: #005F9E;
}
</style>
border-color css
<style>
span { border-color: #005F9E; }
span { border-color: rgb(0,95,158); }
td.TdClassName
{
border-color: #005F9E;
}
.TagClassName
{
border-color: #005F9E;
}
</style>