Shades of Cobalt #00599E
Tints of Cobalt #00599E
RGB
CMYK
RGB Variations
Color information
#00599E (or 0x00599E) is known color: Cobalt. HEX triplet: 00, 59 and 9E. RGB value is (0,89,158). Sum of RGB (Red+Green+Blue) = 0+89+158=247 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 247); Green value is 89 (35.16% from 255 or 36.03% from 247); Blue value is 158 (62.11% from 255 or 63.97% from 247); Max value from RGB is 158 - color contains mainly: blue. Hex color #00599E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00599E is #FFA661. Grayscale: #454545. Windows color (decimal): -16754274 or 10377472. OLE color: 10377472.
HSL color Cylindrical-coordinate representation of color #00599E: hue angle of 206.2º 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 #00599E is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 89 | 158 | - |
| CMYK | 1 | 0.44 | 0 | 0.38 |
| HSL | 206.2º | 1% | 0.31% | - |
| HSV(B) | 206.2º | 1% | 0.62% | - |
| XYZ | 9.74 | 9.61 | 33.69 | - |
| YUV | 70.26 | 177.51 | 77.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 89 | 158 | 1 | 0.44 | 0 | 0.38 | 206.2 | 1 | 0.31 |
| Hex | 0 | 59 | 9E | 64 | 2C | 0 | 26 | CE | 64 | 1F |
| Octal | 0 | 131 | 236 | 144 | 54 | 0 | 46 | 316 | 144 | 37 |
| Binary | 0 | 1011001 | 10011110 | 1100100 | 101100 | 0 | 100110 | 11001110 | 1100100 | 11111 |
Color Harmonies of #00599E
Complementary color
Monochromatic Colors of #00599E
Black with #00599E
Text Example
Text Example
White with #00599E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00599E; }
p { color: rgb(0,89,158); }
H1.HeaderClassName
{
color: #00599E;
}
.AnyTagClassName
{
color: #00599E;
}
</style>
background-color css
<style>
a { background-color: #00599E; }
a { background-color: rgb(0,89,158); }
div.DivClassName
{
background-color: #00599E;
}
.BgClassName
{
background-color: #00599E;
}
</style>
border-color css
<style>
span { border-color: #00599E; }
span { border-color: rgb(0,89,158); }
td.TdClassName
{
border-color: #00599E;
}
.TagClassName
{
border-color: #00599E;
}
</style>