Shades of Cobalt #005899
Tints of Cobalt #005899
RGB
CMYK
RGB Variations
Color information
#005899 (or 0x005899) is known color: Cobalt. HEX triplet: 00, 58 and 99. RGB value is (0,88,153). Sum of RGB (Red+Green+Blue) = 0+88+153=241 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 241); Green value is 88 (34.77% from 255 or 36.51% from 241); Blue value is 153 (60.16% from 255 or 63.49% from 241); Max value from RGB is 153 - color contains mainly: blue. Hex color #005899 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005899 is #FFA766. Grayscale: #444444. Windows color (decimal): -16754535 or 10049536. OLE color: 10049536.
HSL color Cylindrical-coordinate representation of color #005899: hue angle of 205.49º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005899 is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 0 | 88 | 153 | - |
| CMYK | 1 | 0.42 | 0 | 0.4 |
| HSL | 205.49º | 1% | 0.3% | - |
| HSV(B) | 205.49º | 1% | 0.6% | - |
| XYZ | 9.24 | 9.28 | 31.44 | - |
| YUV | 69.1 | 175.35 | 78.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 88 | 153 | 1 | 0.42 | 0 | 0.4 | 205.49 | 1 | 0.3 |
| Hex | 0 | 58 | 99 | 64 | 2A | 0 | 28 | CD | 64 | 1E |
| Octal | 0 | 130 | 231 | 144 | 52 | 0 | 50 | 315 | 144 | 36 |
| Binary | 0 | 1011000 | 10011001 | 1100100 | 101010 | 0 | 101000 | 11001101 | 1100100 | 11110 |
Color Harmonies of #005899
Complementary color
Monochromatic Colors of #005899
Black with #005899
Text Example
Text Example
White with #005899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005899; }
p { color: rgb(0,88,153); }
H1.HeaderClassName
{
color: #005899;
}
.AnyTagClassName
{
color: #005899;
}
</style>
background-color css
<style>
a { background-color: #005899; }
a { background-color: rgb(0,88,153); }
div.DivClassName
{
background-color: #005899;
}
.BgClassName
{
background-color: #005899;
}
</style>
border-color css
<style>
span { border-color: #005899; }
span { border-color: rgb(0,88,153); }
td.TdClassName
{
border-color: #005899;
}
.TagClassName
{
border-color: #005899;
}
</style>