Shades of Cobalt #09529C
Tints of Cobalt #09529C
RGB
CMYK
RGB Variations
Color information
#09529C (or 0x09529C) is known color: Cobalt. HEX triplet: 09, 52 and 9C. RGB value is (9,82,156). Sum of RGB (Red+Green+Blue) = 9+82+156=247 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.64% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 156 (61.33% from 255 or 63.16% from 247); Max value from RGB is 156 - color contains mainly: blue. Hex color #09529C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09529C is #F6AD63. Grayscale: #444444. Windows color (decimal): -16166244 or 10244617. OLE color: 10244617.
HSL color Cylindrical-coordinate representation of color #09529C: hue angle of 210.2º 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 #09529C is Cyan = 0.94, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 9 | 82 | 156 | - |
| CMYK | 0.94 | 0.47 | 0 | 0.39 |
| HSL | 210.2º | 0.89% | 0.32% | - |
| HSV(B) | 210.2º | 0.94% | 0.61% | - |
| XYZ | 9.13 | 8.49 | 32.61 | - |
| YUV | 68.61 | 177.32 | 85.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 82 | 156 | 0.94 | 0.47 | 0 | 0.39 | 210.2 | 0.89 | 0.32 |
| Hex | 9 | 52 | 9C | 5E | 2F | 0 | 27 | D2 | 59 | 20 |
| Octal | 11 | 122 | 234 | 136 | 57 | 0 | 47 | 322 | 131 | 40 |
| Binary | 1001 | 1010010 | 10011100 | 1011110 | 101111 | 0 | 100111 | 11010010 | 1011001 | 100000 |
Color Harmonies of #09529C
Complementary color
Monochromatic Colors of #09529C
Black with #09529C
Text Example
Text Example
White with #09529C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09529C; }
p { color: rgb(9,82,156); }
H1.HeaderClassName
{
color: #09529C;
}
.AnyTagClassName
{
color: #09529C;
}
</style>
background-color css
<style>
a { background-color: #09529C; }
a { background-color: rgb(9,82,156); }
div.DivClassName
{
background-color: #09529C;
}
.BgClassName
{
background-color: #09529C;
}
</style>
border-color css
<style>
span { border-color: #09529C; }
span { border-color: rgb(9,82,156); }
td.TdClassName
{
border-color: #09529C;
}
.TagClassName
{
border-color: #09529C;
}
</style>