Shades of Cobalt #0A509E
Tints of Cobalt #0A509E
RGB
CMYK
RGB Variations
Color information
#0A509E (or 0x0A509E) is known color: Cobalt. HEX triplet: 0A, 50 and 9E. RGB value is (10,80,158). Sum of RGB (Red+Green+Blue) = 10+80+158=248 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.03% from 248); Green value is 80 (31.64% from 255 or 32.26% from 248); Blue value is 158 (62.11% from 255 or 63.71% from 248); Max value from RGB is 158 - color contains mainly: blue. Hex color #0A509E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A509E is #F5AF61. Grayscale: #434343. Windows color (decimal): -16101218 or 10375178. OLE color: 10375178.
HSL color Cylindrical-coordinate representation of color #0A509E: hue angle of 211.62º degrees, saturation: 0.88, 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 #0A509E is Cyan = 0.94, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 10 | 80 | 158 | - |
| CMYK | 0.94 | 0.49 | 0 | 0.38 |
| HSL | 211.62º | 0.88% | 0.33% | - |
| HSV(B) | 211.62º | 0.94% | 0.62% | - |
| XYZ | 9.17 | 8.27 | 33.46 | - |
| YUV | 67.96 | 178.81 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 80 | 158 | 0.94 | 0.49 | 0 | 0.38 | 211.62 | 0.88 | 0.33 |
| Hex | A | 50 | 9E | 5E | 31 | 0 | 26 | D4 | 58 | 21 |
| Octal | 12 | 120 | 236 | 136 | 61 | 0 | 46 | 324 | 130 | 41 |
| Binary | 1010 | 1010000 | 10011110 | 1011110 | 110001 | 0 | 100110 | 11010100 | 1011000 | 100001 |
Color Harmonies of #0A509E
Complementary color
Monochromatic Colors of #0A509E
Black with #0A509E
Text Example
Text Example
White with #0A509E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A509E; }
p { color: rgb(10,80,158); }
H1.HeaderClassName
{
color: #0A509E;
}
.AnyTagClassName
{
color: #0A509E;
}
</style>
background-color css
<style>
a { background-color: #0A509E; }
a { background-color: rgb(10,80,158); }
div.DivClassName
{
background-color: #0A509E;
}
.BgClassName
{
background-color: #0A509E;
}
</style>
border-color css
<style>
span { border-color: #0A509E; }
span { border-color: rgb(10,80,158); }
td.TdClassName
{
border-color: #0A509E;
}
.TagClassName
{
border-color: #0A509E;
}
</style>