Shades of Cobalt #09569C
Tints of Cobalt #09569C
RGB
CMYK
RGB Variations
Color information
#09569C (or 0x09569C) is known color: Cobalt. HEX triplet: 09, 56 and 9C. RGB value is (9,86,156). Sum of RGB (Red+Green+Blue) = 9+86+156=251 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.59% from 251); Green value is 86 (33.98% from 255 or 34.26% from 251); Blue value is 156 (61.33% from 255 or 62.15% from 251); Max value from RGB is 156 - color contains mainly: blue. Hex color #09569C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09569C is #F6A963. Grayscale: #464646. Windows color (decimal): -16165220 or 10245641. OLE color: 10245641.
HSL color Cylindrical-coordinate representation of color #09569C: hue angle of 208.57º 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 #09569C is Cyan = 0.94, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 9 | 86 | 156 | - |
| CMYK | 0.94 | 0.45 | 0 | 0.39 |
| HSL | 208.57º | 0.89% | 0.32% | - |
| HSV(B) | 208.57º | 0.94% | 0.61% | - |
| XYZ | 9.44 | 9.11 | 32.71 | - |
| YUV | 70.96 | 175.99 | 83.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 86 | 156 | 0.94 | 0.45 | 0 | 0.39 | 208.57 | 0.89 | 0.32 |
| Hex | 9 | 56 | 9C | 5E | 2D | 0 | 27 | D1 | 59 | 20 |
| Octal | 11 | 126 | 234 | 136 | 55 | 0 | 47 | 321 | 131 | 40 |
| Binary | 1001 | 1010110 | 10011100 | 1011110 | 101101 | 0 | 100111 | 11010001 | 1011001 | 100000 |
Color Harmonies of #09569C
Complementary color
Monochromatic Colors of #09569C
Black with #09569C
Text Example
Text Example
White with #09569C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09569C; }
p { color: rgb(9,86,156); }
H1.HeaderClassName
{
color: #09569C;
}
.AnyTagClassName
{
color: #09569C;
}
</style>
background-color css
<style>
a { background-color: #09569C; }
a { background-color: rgb(9,86,156); }
div.DivClassName
{
background-color: #09569C;
}
.BgClassName
{
background-color: #09569C;
}
</style>
border-color css
<style>
span { border-color: #09569C; }
span { border-color: rgb(9,86,156); }
td.TdClassName
{
border-color: #09569C;
}
.TagClassName
{
border-color: #09569C;
}
</style>