Shades of Cobalt #0A509A
Tints of Cobalt #0A509A
RGB
CMYK
RGB Variations
Color information
#0A509A (or 0x0A509A) is known color: Cobalt. HEX triplet: 0A, 50 and 9A. RGB value is (10,80,154). Sum of RGB (Red+Green+Blue) = 10+80+154=244 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.10% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 154 (60.55% from 255 or 63.11% from 244); Max value from RGB is 154 - color contains mainly: blue. Hex color #0A509A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A509A is #F5AF65. Grayscale: #434343. Windows color (decimal): -16101222 or 10113034. OLE color: 10113034.
HSL color Cylindrical-coordinate representation of color #0A509A: hue angle of 210.83º degrees, saturation: 0.88, 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 #0A509A is Cyan = 0.94, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 10 | 80 | 154 | - |
| CMYK | 0.94 | 0.48 | 0 | 0.40 |
| HSL | 210.83º | 0.88% | 0.32% | - |
| HSV(B) | 210.83º | 0.94% | 0.6% | - |
| XYZ | 8.83 | 8.13 | 31.68 | - |
| YUV | 67.51 | 176.81 | 86.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 80 | 154 | 0.94 | 0.48 | 0 | 0.40 | 210.83 | 0.88 | 0.32 |
| Hex | A | 50 | 9A | 5E | 30 | 0 | 28 | D3 | 58 | 20 |
| Octal | 12 | 120 | 232 | 136 | 60 | 0 | 50 | 323 | 130 | 40 |
| Binary | 1010 | 1010000 | 10011010 | 1011110 | 110000 | 0 | 101000 | 11010011 | 1011000 | 100000 |
Color Harmonies of #0A509A
Complementary color
Monochromatic Colors of #0A509A
Black with #0A509A
Text Example
Text Example
White with #0A509A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A509A; }
p { color: rgb(10,80,154); }
H1.HeaderClassName
{
color: #0A509A;
}
.AnyTagClassName
{
color: #0A509A;
}
</style>
background-color css
<style>
a { background-color: #0A509A; }
a { background-color: rgb(10,80,154); }
div.DivClassName
{
background-color: #0A509A;
}
.BgClassName
{
background-color: #0A509A;
}
</style>
border-color css
<style>
span { border-color: #0A509A; }
span { border-color: rgb(10,80,154); }
td.TdClassName
{
border-color: #0A509A;
}
.TagClassName
{
border-color: #0A509A;
}
</style>