Shades of Cobalt #09539D
Tints of Cobalt #09539D
RGB
CMYK
RGB Variations
Color information
#09539D (or 0x09539D) is known color: Cobalt. HEX triplet: 09, 53 and 9D. RGB value is (9,83,157). Sum of RGB (Red+Green+Blue) = 9+83+157=249 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.61% from 249); Green value is 83 (32.81% from 255 or 33.33% from 249); Blue value is 157 (61.72% from 255 or 63.05% from 249); Max value from RGB is 157 - color contains mainly: blue. Hex color #09539D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09539D is #F6AC62. Grayscale: #444444. Windows color (decimal): -16165987 or 10310409. OLE color: 10310409.
HSL color Cylindrical-coordinate representation of color #09539D: hue angle of 210º 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 #09539D is Cyan = 0.94, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 83 | 157 | - |
| CMYK | 0.94 | 0.47 | 0 | 0.38 |
| HSL | 210º | 0.89% | 0.33% | - |
| HSV(B) | 210º | 0.94% | 0.62% | - |
| XYZ | 9.29 | 8.68 | 33.08 | - |
| YUV | 69.31 | 177.48 | 84.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 83 | 157 | 0.94 | 0.47 | 0 | 0.38 | 210 | 0.89 | 0.33 |
| Hex | 9 | 53 | 9D | 5E | 2F | 0 | 26 | D2 | 59 | 21 |
| Octal | 11 | 123 | 235 | 136 | 57 | 0 | 46 | 322 | 131 | 41 |
| Binary | 1001 | 1010011 | 10011101 | 1011110 | 101111 | 0 | 100110 | 11010010 | 1011001 | 100001 |
Color Harmonies of #09539D
Complementary color
Monochromatic Colors of #09539D
Black with #09539D
Text Example
Text Example
White with #09539D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09539D; }
p { color: rgb(9,83,157); }
H1.HeaderClassName
{
color: #09539D;
}
.AnyTagClassName
{
color: #09539D;
}
</style>
background-color css
<style>
a { background-color: #09539D; }
a { background-color: rgb(9,83,157); }
div.DivClassName
{
background-color: #09539D;
}
.BgClassName
{
background-color: #09539D;
}
</style>
border-color css
<style>
span { border-color: #09539D; }
span { border-color: rgb(9,83,157); }
td.TdClassName
{
border-color: #09539D;
}
.TagClassName
{
border-color: #09539D;
}
</style>