Shades of Cobalt #09539A
Tints of Cobalt #09539A
RGB
CMYK
RGB Variations
Color information
#09539A (or 0x09539A) is known color: Cobalt. HEX triplet: 09, 53 and 9A. RGB value is (9,83,154). Sum of RGB (Red+Green+Blue) = 9+83+154=246 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.66% from 246); Green value is 83 (32.81% from 255 or 33.74% from 246); Blue value is 154 (60.55% from 255 or 62.60% from 246); Max value from RGB is 154 - color contains mainly: blue. Hex color #09539A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09539A is #F6AC65. Grayscale: #444444. Windows color (decimal): -16165990 or 10113801. OLE color: 10113801.
HSL color Cylindrical-coordinate representation of color #09539A: hue angle of 209.38º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09539A is Cyan = 0.94, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 9 | 83 | 154 | - |
| CMYK | 0.94 | 0.46 | 0 | 0.40 |
| HSL | 209.38º | 0.89% | 0.32% | - |
| HSV(B) | 209.38º | 0.94% | 0.6% | - |
| XYZ | 9.04 | 8.58 | 31.75 | - |
| YUV | 68.97 | 175.98 | 85.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 83 | 154 | 0.94 | 0.46 | 0 | 0.40 | 209.38 | 0.89 | 0.32 |
| Hex | 9 | 53 | 9A | 5E | 2E | 0 | 28 | D1 | 59 | 20 |
| Octal | 11 | 123 | 232 | 136 | 56 | 0 | 50 | 321 | 131 | 40 |
| Binary | 1001 | 1010011 | 10011010 | 1011110 | 101110 | 0 | 101000 | 11010001 | 1011001 | 100000 |
Color Harmonies of #09539A
Complementary color
Monochromatic Colors of #09539A
Black with #09539A
Text Example
Text Example
White with #09539A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09539A; }
p { color: rgb(9,83,154); }
H1.HeaderClassName
{
color: #09539A;
}
.AnyTagClassName
{
color: #09539A;
}
</style>
background-color css
<style>
a { background-color: #09539A; }
a { background-color: rgb(9,83,154); }
div.DivClassName
{
background-color: #09539A;
}
.BgClassName
{
background-color: #09539A;
}
</style>
border-color css
<style>
span { border-color: #09539A; }
span { border-color: rgb(9,83,154); }
td.TdClassName
{
border-color: #09539A;
}
.TagClassName
{
border-color: #09539A;
}
</style>