Shades of Cobalt #00589B
Tints of Cobalt #00589B
RGB
CMYK
RGB Variations
Color information
#00589B (or 0x00589B) is known color: Cobalt. HEX triplet: 00, 58 and 9B. RGB value is (0,88,155). Sum of RGB (Red+Green+Blue) = 0+88+155=243 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 243); Green value is 88 (34.77% from 255 or 36.21% from 243); Blue value is 155 (60.94% from 255 or 63.79% from 243); Max value from RGB is 155 - color contains mainly: blue. Hex color #00589B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00589B is #FFA764. Grayscale: #444444. Windows color (decimal): -16754533 or 10180608. OLE color: 10180608.
HSL color Cylindrical-coordinate representation of color #00589B: hue angle of 205.94º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00589B is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 0 | 88 | 155 | - |
| CMYK | 1 | 0.43 | 0 | 0.39 |
| HSL | 205.94º | 1% | 0.3% | - |
| HSV(B) | 205.94º | 1% | 0.61% | - |
| XYZ | 9.41 | 9.35 | 32.32 | - |
| YUV | 69.33 | 176.35 | 78.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 88 | 155 | 1 | 0.43 | 0 | 0.39 | 205.94 | 1 | 0.3 |
| Hex | 0 | 58 | 9B | 64 | 2B | 0 | 27 | CE | 64 | 1E |
| Octal | 0 | 130 | 233 | 144 | 53 | 0 | 47 | 316 | 144 | 36 |
| Binary | 0 | 1011000 | 10011011 | 1100100 | 101011 | 0 | 100111 | 11001110 | 1100100 | 11110 |
Color Harmonies of #00589B
Complementary color
Monochromatic Colors of #00589B
Black with #00589B
Text Example
Text Example
White with #00589B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00589B; }
p { color: rgb(0,88,155); }
H1.HeaderClassName
{
color: #00589B;
}
.AnyTagClassName
{
color: #00589B;
}
</style>
background-color css
<style>
a { background-color: #00589B; }
a { background-color: rgb(0,88,155); }
div.DivClassName
{
background-color: #00589B;
}
.BgClassName
{
background-color: #00589B;
}
</style>
border-color css
<style>
span { border-color: #00589B; }
span { border-color: rgb(0,88,155); }
td.TdClassName
{
border-color: #00589B;
}
.TagClassName
{
border-color: #00589B;
}
</style>