Shades of Cobalt #09549E
Tints of Cobalt #09549E
RGB
CMYK
RGB Variations
Color information
#09549E (or 0x09549E) is known color: Cobalt. HEX triplet: 09, 54 and 9E. RGB value is (9,84,158). Sum of RGB (Red+Green+Blue) = 9+84+158=251 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.59% from 251); Green value is 84 (33.20% from 255 or 33.47% from 251); Blue value is 158 (62.11% from 255 or 62.95% from 251); Max value from RGB is 158 - color contains mainly: blue. Hex color #09549E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09549E is #F6AB61. Grayscale: #454545. Windows color (decimal): -16165730 or 10376201. OLE color: 10376201.
HSL color Cylindrical-coordinate representation of color #09549E: hue angle of 209.8º 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 #09549E is Cyan = 0.94, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 84 | 158 | - |
| CMYK | 0.94 | 0.47 | 0 | 0.38 |
| HSL | 209.8º | 0.89% | 0.33% | - |
| HSV(B) | 209.8º | 0.94% | 0.62% | - |
| XYZ | 9.45 | 8.87 | 33.56 | - |
| YUV | 70.01 | 177.65 | 84.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 84 | 158 | 0.94 | 0.47 | 0 | 0.38 | 209.8 | 0.89 | 0.33 |
| Hex | 9 | 54 | 9E | 5E | 2F | 0 | 26 | D2 | 59 | 21 |
| Octal | 11 | 124 | 236 | 136 | 57 | 0 | 46 | 322 | 131 | 41 |
| Binary | 1001 | 1010100 | 10011110 | 1011110 | 101111 | 0 | 100110 | 11010010 | 1011001 | 100001 |
Color Harmonies of #09549E
Complementary color
Monochromatic Colors of #09549E
Black with #09549E
Text Example
Text Example
White with #09549E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09549E; }
p { color: rgb(9,84,158); }
H1.HeaderClassName
{
color: #09549E;
}
.AnyTagClassName
{
color: #09549E;
}
</style>
background-color css
<style>
a { background-color: #09549E; }
a { background-color: rgb(9,84,158); }
div.DivClassName
{
background-color: #09549E;
}
.BgClassName
{
background-color: #09549E;
}
</style>
border-color css
<style>
span { border-color: #09549E; }
span { border-color: rgb(9,84,158); }
td.TdClassName
{
border-color: #09549E;
}
.TagClassName
{
border-color: #09549E;
}
</style>