Shades of Cobalt #09599D
Tints of Cobalt #09599D
RGB
CMYK
RGB Variations
Color information
#09599D (or 0x09599D) is known color: Cobalt. HEX triplet: 09, 59 and 9D. RGB value is (9,89,157). Sum of RGB (Red+Green+Blue) = 9+89+157=255 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.53% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 157 (61.72% from 255 or 61.57% from 255); Max value from RGB is 157 - color contains mainly: blue. Hex color #09599D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09599D is #F6A662. Grayscale: #484848. Windows color (decimal): -16164451 or 10311945. OLE color: 10311945.
HSL color Cylindrical-coordinate representation of color #09599D: hue angle of 207.57º 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 #09599D is Cyan = 0.94, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 89 | 157 | - |
| CMYK | 0.94 | 0.43 | 0 | 0.38 |
| HSL | 207.57º | 0.89% | 0.33% | - |
| HSV(B) | 207.57º | 0.94% | 0.62% | - |
| XYZ | 9.77 | 9.64 | 33.24 | - |
| YUV | 72.83 | 175.5 | 82.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 89 | 157 | 0.94 | 0.43 | 0 | 0.38 | 207.57 | 0.89 | 0.33 |
| Hex | 9 | 59 | 9D | 5E | 2B | 0 | 26 | D0 | 59 | 21 |
| Octal | 11 | 131 | 235 | 136 | 53 | 0 | 46 | 320 | 131 | 41 |
| Binary | 1001 | 1011001 | 10011101 | 1011110 | 101011 | 0 | 100110 | 11010000 | 1011001 | 100001 |
Color Harmonies of #09599D
Complementary color
Monochromatic Colors of #09599D
Black with #09599D
Text Example
Text Example
White with #09599D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09599D; }
p { color: rgb(9,89,157); }
H1.HeaderClassName
{
color: #09599D;
}
.AnyTagClassName
{
color: #09599D;
}
</style>
background-color css
<style>
a { background-color: #09599D; }
a { background-color: rgb(9,89,157); }
div.DivClassName
{
background-color: #09599D;
}
.BgClassName
{
background-color: #09599D;
}
</style>
border-color css
<style>
span { border-color: #09599D; }
span { border-color: rgb(9,89,157); }
td.TdClassName
{
border-color: #09599D;
}
.TagClassName
{
border-color: #09599D;
}
</style>