Shades of Cobalt #0A53AB
Tints of Cobalt #0A53AB
RGB
CMYK
RGB Variations
Color information
#0A53AB (or 0x0A53AB) is known color: Cobalt. HEX triplet: 0A, 53 and AB. RGB value is (10,83,171). Sum of RGB (Red+Green+Blue) = 10+83+171=264 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.79% from 264); Green value is 83 (32.81% from 255 or 31.44% from 264); Blue value is 171 (67.19% from 255 or 64.77% from 264); Max value from RGB is 171 - color contains mainly: blue. Hex color #0A53AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A53AB is #F5AC54. Grayscale: #464646. Windows color (decimal): -16100437 or 11227914. OLE color: 11227914.
HSL color Cylindrical-coordinate representation of color #0A53AB: hue angle of 212.8º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A53AB is Cyan = 0.94, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 83 | 171 | - |
| CMYK | 0.94 | 0.51 | 0 | 0.33 |
| HSL | 212.8º | 0.89% | 0.35% | - |
| HSV(B) | 212.8º | 0.94% | 0.67% | - |
| XYZ | 10.57 | 9.19 | 39.75 | - |
| YUV | 71.21 | 184.32 | 84.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 83 | 171 | 0.94 | 0.51 | 0 | 0.33 | 212.8 | 0.89 | 0.35 |
| Hex | A | 53 | AB | 5E | 33 | 0 | 21 | D5 | 59 | 23 |
| Octal | 12 | 123 | 253 | 136 | 63 | 0 | 41 | 325 | 131 | 43 |
| Binary | 1010 | 1010011 | 10101011 | 1011110 | 110011 | 0 | 100001 | 11010101 | 1011001 | 100011 |
Color Harmonies of #0A53AB
Complementary color
Monochromatic Colors of #0A53AB
Black with #0A53AB
Text Example
Text Example
White with #0A53AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A53AB; }
p { color: rgb(10,83,171); }
H1.HeaderClassName
{
color: #0A53AB;
}
.AnyTagClassName
{
color: #0A53AB;
}
</style>
background-color css
<style>
a { background-color: #0A53AB; }
a { background-color: rgb(10,83,171); }
div.DivClassName
{
background-color: #0A53AB;
}
.BgClassName
{
background-color: #0A53AB;
}
</style>
border-color css
<style>
span { border-color: #0A53AB; }
span { border-color: rgb(10,83,171); }
td.TdClassName
{
border-color: #0A53AB;
}
.TagClassName
{
border-color: #0A53AB;
}
</style>