Shades of Cobalt #09589D
Tints of Cobalt #09589D
RGB
CMYK
RGB Variations
Color information
#09589D (or 0x09589D) is known color: Cobalt. HEX triplet: 09, 58 and 9D. RGB value is (9,88,157). Sum of RGB (Red+Green+Blue) = 9+88+157=254 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.54% from 254); Green value is 88 (34.77% from 255 or 34.65% from 254); Blue value is 157 (61.72% from 255 or 61.81% from 254); Max value from RGB is 157 - color contains mainly: blue. Hex color #09589D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09589D is #F6A762. Grayscale: #474747. Windows color (decimal): -16164707 or 10311689. OLE color: 10311689.
HSL color Cylindrical-coordinate representation of color #09589D: hue angle of 207.97º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09589D is Cyan = 0.94, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 88 | 157 | - |
| CMYK | 0.94 | 0.44 | 0 | 0.38 |
| HSL | 207.97º | 0.89% | 0.33% | - |
| HSV(B) | 207.97º | 0.94% | 0.62% | - |
| XYZ | 9.69 | 9.47 | 33.22 | - |
| YUV | 72.25 | 175.83 | 82.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 88 | 157 | 0.94 | 0.44 | 0 | 0.38 | 207.97 | 0.89 | 0.33 |
| Hex | 9 | 58 | 9D | 5E | 2C | 0 | 26 | D0 | 59 | 21 |
| Octal | 11 | 130 | 235 | 136 | 54 | 0 | 46 | 320 | 131 | 41 |
| Binary | 1001 | 1011000 | 10011101 | 1011110 | 101100 | 0 | 100110 | 11010000 | 1011001 | 100001 |
Color Harmonies of #09589D
Complementary color
Monochromatic Colors of #09589D
Black with #09589D
Text Example
Text Example
White with #09589D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09589D; }
p { color: rgb(9,88,157); }
H1.HeaderClassName
{
color: #09589D;
}
.AnyTagClassName
{
color: #09589D;
}
</style>
background-color css
<style>
a { background-color: #09589D; }
a { background-color: rgb(9,88,157); }
div.DivClassName
{
background-color: #09589D;
}
.BgClassName
{
background-color: #09589D;
}
</style>
border-color css
<style>
span { border-color: #09589D; }
span { border-color: rgb(9,88,157); }
td.TdClassName
{
border-color: #09589D;
}
.TagClassName
{
border-color: #09589D;
}
</style>