Shades of Cobalt #09539F
Tints of Cobalt #09539F
RGB
CMYK
RGB Variations
Color information
#09539F (or 0x09539F) is known color: Cobalt. HEX triplet: 09, 53 and 9F. RGB value is (9,83,159). Sum of RGB (Red+Green+Blue) = 9+83+159=251 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.59% from 251); Green value is 83 (32.81% from 255 or 33.07% from 251); Blue value is 159 (62.5% from 255 or 63.35% from 251); Max value from RGB is 159 - color contains mainly: blue. Hex color #09539F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09539F is #F6AC60. Grayscale: #454545. Windows color (decimal): -16165985 or 10441481. OLE color: 10441481.
HSL color Cylindrical-coordinate representation of color #09539F: hue angle of 210.4º 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 #09539F is Cyan = 0.94, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 83 | 159 | - |
| CMYK | 0.94 | 0.48 | 0 | 0.38 |
| HSL | 210.4º | 0.89% | 0.33% | - |
| HSV(B) | 210.4º | 0.94% | 0.62% | - |
| XYZ | 9.46 | 8.75 | 33.99 | - |
| YUV | 69.54 | 178.48 | 84.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 83 | 159 | 0.94 | 0.48 | 0 | 0.38 | 210.4 | 0.89 | 0.33 |
| Hex | 9 | 53 | 9F | 5E | 30 | 0 | 26 | D2 | 59 | 21 |
| Octal | 11 | 123 | 237 | 136 | 60 | 0 | 46 | 322 | 131 | 41 |
| Binary | 1001 | 1010011 | 10011111 | 1011110 | 110000 | 0 | 100110 | 11010010 | 1011001 | 100001 |
Color Harmonies of #09539F
Complementary color
Monochromatic Colors of #09539F
Black with #09539F
Text Example
Text Example
White with #09539F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09539F; }
p { color: rgb(9,83,159); }
H1.HeaderClassName
{
color: #09539F;
}
.AnyTagClassName
{
color: #09539F;
}
</style>
background-color css
<style>
a { background-color: #09539F; }
a { background-color: rgb(9,83,159); }
div.DivClassName
{
background-color: #09539F;
}
.BgClassName
{
background-color: #09539F;
}
</style>
border-color css
<style>
span { border-color: #09539F; }
span { border-color: rgb(9,83,159); }
td.TdClassName
{
border-color: #09539F;
}
.TagClassName
{
border-color: #09539F;
}
</style>