Shades of Cobalt #00599C
Tints of Cobalt #00599C
RGB
CMYK
RGB Variations
Color information
#00599C (or 0x00599C) is known color: Cobalt. HEX triplet: 00, 59 and 9C. RGB value is (0,89,156). Sum of RGB (Red+Green+Blue) = 0+89+156=245 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 245); Green value is 89 (35.16% from 255 or 36.33% from 245); Blue value is 156 (61.33% from 255 or 63.67% from 245); Max value from RGB is 156 - color contains mainly: blue. Hex color #00599C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00599C is #FFA663. Grayscale: #454545. Windows color (decimal): -16754276 or 10246400. OLE color: 10246400.
HSL color Cylindrical-coordinate representation of color #00599C: hue angle of 205.77º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00599C is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 0 | 89 | 156 | - |
| CMYK | 1 | 0.43 | 0 | 0.39 |
| HSL | 205.77º | 1% | 0.31% | - |
| HSV(B) | 205.77º | 1% | 0.61% | - |
| XYZ | 9.57 | 9.55 | 32.79 | - |
| YUV | 70.03 | 176.51 | 78.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 89 | 156 | 1 | 0.43 | 0 | 0.39 | 205.77 | 1 | 0.31 |
| Hex | 0 | 59 | 9C | 64 | 2B | 0 | 27 | CE | 64 | 1F |
| Octal | 0 | 131 | 234 | 144 | 53 | 0 | 47 | 316 | 144 | 37 |
| Binary | 0 | 1011001 | 10011100 | 1100100 | 101011 | 0 | 100111 | 11001110 | 1100100 | 11111 |
Color Harmonies of #00599C
Complementary color
Monochromatic Colors of #00599C
Black with #00599C
Text Example
Text Example
White with #00599C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00599C; }
p { color: rgb(0,89,156); }
H1.HeaderClassName
{
color: #00599C;
}
.AnyTagClassName
{
color: #00599C;
}
</style>
background-color css
<style>
a { background-color: #00599C; }
a { background-color: rgb(0,89,156); }
div.DivClassName
{
background-color: #00599C;
}
.BgClassName
{
background-color: #00599C;
}
</style>
border-color css
<style>
span { border-color: #00599C; }
span { border-color: rgb(0,89,156); }
td.TdClassName
{
border-color: #00599C;
}
.TagClassName
{
border-color: #00599C;
}
</style>