Shades of Cobalt #0A55AD
Tints of Cobalt #0A55AD
RGB
CMYK
RGB Variations
Color information
#0A55AD (or 0x0A55AD) is known color: Cobalt. HEX triplet: 0A, 55 and AD. RGB value is (10,85,173). Sum of RGB (Red+Green+Blue) = 10+85+173=268 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.73% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 173 (67.97% from 255 or 64.55% from 268); Max value from RGB is 173 - color contains mainly: blue. Hex color #0A55AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A55AD is #F5AA52. Grayscale: #484848. Windows color (decimal): -16099923 or 11359498. OLE color: 11359498.
HSL color Cylindrical-coordinate representation of color #0A55AD: hue angle of 212.39º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A55AD is Cyan = 0.94, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 10 | 85 | 173 | - |
| CMYK | 0.94 | 0.51 | 0 | 0.32 |
| HSL | 212.39º | 0.89% | 0.36% | - |
| HSV(B) | 212.39º | 0.94% | 0.68% | - |
| XYZ | 10.92 | 9.58 | 40.81 | - |
| YUV | 72.61 | 184.65 | 83.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 85 | 173 | 0.94 | 0.51 | 0 | 0.32 | 212.39 | 0.89 | 0.36 |
| Hex | A | 55 | AD | 5E | 33 | 0 | 20 | D4 | 59 | 24 |
| Octal | 12 | 125 | 255 | 136 | 63 | 0 | 40 | 324 | 131 | 44 |
| Binary | 1010 | 1010101 | 10101101 | 1011110 | 110011 | 0 | 100000 | 11010100 | 1011001 | 100100 |
Color Harmonies of #0A55AD
Complementary color
Monochromatic Colors of #0A55AD
Black with #0A55AD
Text Example
Text Example
White with #0A55AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A55AD; }
p { color: rgb(10,85,173); }
H1.HeaderClassName
{
color: #0A55AD;
}
.AnyTagClassName
{
color: #0A55AD;
}
</style>
background-color css
<style>
a { background-color: #0A55AD; }
a { background-color: rgb(10,85,173); }
div.DivClassName
{
background-color: #0A55AD;
}
.BgClassName
{
background-color: #0A55AD;
}
</style>
border-color css
<style>
span { border-color: #0A55AD; }
span { border-color: rgb(10,85,173); }
td.TdClassName
{
border-color: #0A55AD;
}
.TagClassName
{
border-color: #0A55AD;
}
</style>