Shades of Cobalt #09579D
Tints of Cobalt #09579D
RGB
CMYK
RGB Variations
Color information
#09579D (or 0x09579D) is known color: Cobalt. HEX triplet: 09, 57 and 9D. RGB value is (9,87,157). Sum of RGB (Red+Green+Blue) = 9+87+157=253 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.56% from 253); Green value is 87 (34.38% from 255 or 34.39% from 253); Blue value is 157 (61.72% from 255 or 62.06% from 253); Max value from RGB is 157 - color contains mainly: blue. Hex color #09579D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09579D is #F6A862. Grayscale: #474747. Windows color (decimal): -16164963 or 10311433. OLE color: 10311433.
HSL color Cylindrical-coordinate representation of color #09579D: hue angle of 208.38º 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 #09579D is Cyan = 0.94, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 87 | 157 | - |
| CMYK | 0.94 | 0.45 | 0 | 0.38 |
| HSL | 208.38º | 0.89% | 0.33% | - |
| HSV(B) | 208.38º | 0.94% | 0.62% | - |
| XYZ | 9.61 | 9.31 | 33.19 | - |
| YUV | 71.66 | 176.16 | 83.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 87 | 157 | 0.94 | 0.45 | 0 | 0.38 | 208.38 | 0.89 | 0.33 |
| Hex | 9 | 57 | 9D | 5E | 2D | 0 | 26 | D0 | 59 | 21 |
| Octal | 11 | 127 | 235 | 136 | 55 | 0 | 46 | 320 | 131 | 41 |
| Binary | 1001 | 1010111 | 10011101 | 1011110 | 101101 | 0 | 100110 | 11010000 | 1011001 | 100001 |
Color Harmonies of #09579D
Complementary color
Monochromatic Colors of #09579D
Black with #09579D
Text Example
Text Example
White with #09579D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09579D; }
p { color: rgb(9,87,157); }
H1.HeaderClassName
{
color: #09579D;
}
.AnyTagClassName
{
color: #09579D;
}
</style>
background-color css
<style>
a { background-color: #09579D; }
a { background-color: rgb(9,87,157); }
div.DivClassName
{
background-color: #09579D;
}
.BgClassName
{
background-color: #09579D;
}
</style>
border-color css
<style>
span { border-color: #09579D; }
span { border-color: rgb(9,87,157); }
td.TdClassName
{
border-color: #09579D;
}
.TagClassName
{
border-color: #09579D;
}
</style>