Shades of Cobalt #09559C
Tints of Cobalt #09559C
RGB
CMYK
RGB Variations
Color information
#09559C (or 0x09559C) is known color: Cobalt. HEX triplet: 09, 55 and 9C. RGB value is (9,85,156). Sum of RGB (Red+Green+Blue) = 9+85+156=250 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.6% from 250); Green value is 85 (33.59% from 255 or 34% from 250); Blue value is 156 (61.33% from 255 or 62.4% from 250); Max value from RGB is 156 - color contains mainly: blue. Hex color #09559C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09559C is #F6AA63. Grayscale: #464646. Windows color (decimal): -16165476 or 10245385. OLE color: 10245385.
HSL color Cylindrical-coordinate representation of color #09559C: hue angle of 208.98º 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 #09559C is Cyan = 0.94, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 9 | 85 | 156 | - |
| CMYK | 0.94 | 0.46 | 0 | 0.39 |
| HSL | 208.98º | 0.89% | 0.32% | - |
| HSV(B) | 208.98º | 0.94% | 0.61% | - |
| XYZ | 9.36 | 8.96 | 32.69 | - |
| YUV | 70.37 | 176.32 | 84.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 85 | 156 | 0.94 | 0.46 | 0 | 0.39 | 208.98 | 0.89 | 0.32 |
| Hex | 9 | 55 | 9C | 5E | 2E | 0 | 27 | D1 | 59 | 20 |
| Octal | 11 | 125 | 234 | 136 | 56 | 0 | 47 | 321 | 131 | 40 |
| Binary | 1001 | 1010101 | 10011100 | 1011110 | 101110 | 0 | 100111 | 11010001 | 1011001 | 100000 |
Color Harmonies of #09559C
Complementary color
Monochromatic Colors of #09559C
Black with #09559C
Text Example
Text Example
White with #09559C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09559C; }
p { color: rgb(9,85,156); }
H1.HeaderClassName
{
color: #09559C;
}
.AnyTagClassName
{
color: #09559C;
}
</style>
background-color css
<style>
a { background-color: #09559C; }
a { background-color: rgb(9,85,156); }
div.DivClassName
{
background-color: #09559C;
}
.BgClassName
{
background-color: #09559C;
}
</style>
border-color css
<style>
span { border-color: #09559C; }
span { border-color: rgb(9,85,156); }
td.TdClassName
{
border-color: #09559C;
}
.TagClassName
{
border-color: #09559C;
}
</style>