Shades of Cobalt #0A52AB
Tints of Cobalt #0A52AB
RGB
CMYK
RGB Variations
Color information
#0A52AB (or 0x0A52AB) is known color: Cobalt. HEX triplet: 0A, 52 and AB. RGB value is (10,82,171). Sum of RGB (Red+Green+Blue) = 10+82+171=263 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.80% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 171 (67.19% from 255 or 65.02% from 263); Max value from RGB is 171 - color contains mainly: blue. Hex color #0A52AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A52AB is #F5AD54. Grayscale: #464646. Windows color (decimal): -16100693 or 11227658. OLE color: 11227658.
HSL color Cylindrical-coordinate representation of color #0A52AB: hue angle of 213.17º 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 #0A52AB is Cyan = 0.94, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 82 | 171 | - |
| CMYK | 0.94 | 0.52 | 0 | 0.33 |
| HSL | 213.17º | 0.89% | 0.35% | - |
| HSV(B) | 213.17º | 0.94% | 0.67% | - |
| XYZ | 10.49 | 9.04 | 39.72 | - |
| YUV | 70.62 | 184.65 | 84.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 82 | 171 | 0.94 | 0.52 | 0 | 0.33 | 213.17 | 0.89 | 0.35 |
| Hex | A | 52 | AB | 5E | 34 | 0 | 21 | D5 | 59 | 23 |
| Octal | 12 | 122 | 253 | 136 | 64 | 0 | 41 | 325 | 131 | 43 |
| Binary | 1010 | 1010010 | 10101011 | 1011110 | 110100 | 0 | 100001 | 11010101 | 1011001 | 100011 |
Color Harmonies of #0A52AB
Complementary color
Monochromatic Colors of #0A52AB
Black with #0A52AB
Text Example
Text Example
White with #0A52AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A52AB; }
p { color: rgb(10,82,171); }
H1.HeaderClassName
{
color: #0A52AB;
}
.AnyTagClassName
{
color: #0A52AB;
}
</style>
background-color css
<style>
a { background-color: #0A52AB; }
a { background-color: rgb(10,82,171); }
div.DivClassName
{
background-color: #0A52AB;
}
.BgClassName
{
background-color: #0A52AB;
}
</style>
border-color css
<style>
span { border-color: #0A52AB; }
span { border-color: rgb(10,82,171); }
td.TdClassName
{
border-color: #0A52AB;
}
.TagClassName
{
border-color: #0A52AB;
}
</style>