Shades of Cobalt #09579B
Tints of Cobalt #09579B
RGB
CMYK
RGB Variations
Color information
#09579B (or 0x09579B) is known color: Cobalt. HEX triplet: 09, 57 and 9B. RGB value is (9,87,155). Sum of RGB (Red+Green+Blue) = 9+87+155=251 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.59% from 251); Green value is 87 (34.38% from 255 or 34.66% from 251); Blue value is 155 (60.94% from 255 or 61.75% from 251); Max value from RGB is 155 - color contains mainly: blue. Hex color #09579B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09579B is #F6A864. Grayscale: #474747. Windows color (decimal): -16164965 or 10180361. OLE color: 10180361.
HSL color Cylindrical-coordinate representation of color #09579B: hue angle of 207.95º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09579B is Cyan = 0.94, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 9 | 87 | 155 | - |
| CMYK | 0.94 | 0.44 | 0 | 0.39 |
| HSL | 207.95º | 0.89% | 0.32% | - |
| HSV(B) | 207.95º | 0.94% | 0.61% | - |
| XYZ | 9.44 | 9.24 | 32.3 | - |
| YUV | 71.43 | 175.16 | 83.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 87 | 155 | 0.94 | 0.44 | 0 | 0.39 | 207.95 | 0.89 | 0.32 |
| Hex | 9 | 57 | 9B | 5E | 2C | 0 | 27 | D0 | 59 | 20 |
| Octal | 11 | 127 | 233 | 136 | 54 | 0 | 47 | 320 | 131 | 40 |
| Binary | 1001 | 1010111 | 10011011 | 1011110 | 101100 | 0 | 100111 | 11010000 | 1011001 | 100000 |
Color Harmonies of #09579B
Complementary color
Monochromatic Colors of #09579B
Black with #09579B
Text Example
Text Example
White with #09579B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09579B; }
p { color: rgb(9,87,155); }
H1.HeaderClassName
{
color: #09579B;
}
.AnyTagClassName
{
color: #09579B;
}
</style>
background-color css
<style>
a { background-color: #09579B; }
a { background-color: rgb(9,87,155); }
div.DivClassName
{
background-color: #09579B;
}
.BgClassName
{
background-color: #09579B;
}
</style>
border-color css
<style>
span { border-color: #09579B; }
span { border-color: rgb(9,87,155); }
td.TdClassName
{
border-color: #09579B;
}
.TagClassName
{
border-color: #09579B;
}
</style>