Shades of Cobalt #09529D
Tints of Cobalt #09529D
RGB
CMYK
RGB Variations
Color information
#09529D (or 0x09529D) is known color: Cobalt. HEX triplet: 09, 52 and 9D. RGB value is (9,82,157). Sum of RGB (Red+Green+Blue) = 9+82+157=248 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.63% from 248); Green value is 82 (32.42% from 255 or 33.06% from 248); Blue value is 157 (61.72% from 255 or 63.31% from 248); Max value from RGB is 157 - color contains mainly: blue. Hex color #09529D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09529D is #F6AD62. Grayscale: #444444. Windows color (decimal): -16166243 or 10310153. OLE color: 10310153.
HSL color Cylindrical-coordinate representation of color #09529D: hue angle of 210.41º 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 #09529D is Cyan = 0.94, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 82 | 157 | - |
| CMYK | 0.94 | 0.48 | 0 | 0.38 |
| HSL | 210.41º | 0.89% | 0.33% | - |
| HSV(B) | 210.41º | 0.94% | 0.62% | - |
| XYZ | 9.22 | 8.53 | 33.06 | - |
| YUV | 68.72 | 177.82 | 85.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 82 | 157 | 0.94 | 0.48 | 0 | 0.38 | 210.41 | 0.89 | 0.33 |
| Hex | 9 | 52 | 9D | 5E | 30 | 0 | 26 | D2 | 59 | 21 |
| Octal | 11 | 122 | 235 | 136 | 60 | 0 | 46 | 322 | 131 | 41 |
| Binary | 1001 | 1010010 | 10011101 | 1011110 | 110000 | 0 | 100110 | 11010010 | 1011001 | 100001 |
Color Harmonies of #09529D
Complementary color
Monochromatic Colors of #09529D
Black with #09529D
Text Example
Text Example
White with #09529D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09529D; }
p { color: rgb(9,82,157); }
H1.HeaderClassName
{
color: #09529D;
}
.AnyTagClassName
{
color: #09529D;
}
</style>
background-color css
<style>
a { background-color: #09529D; }
a { background-color: rgb(9,82,157); }
div.DivClassName
{
background-color: #09529D;
}
.BgClassName
{
background-color: #09529D;
}
</style>
border-color css
<style>
span { border-color: #09529D; }
span { border-color: rgb(9,82,157); }
td.TdClassName
{
border-color: #09529D;
}
.TagClassName
{
border-color: #09529D;
}
</style>