Shades of Cobalt #0A57AC
Tints of Cobalt #0A57AC
RGB
CMYK
RGB Variations
Color information
#0A57AC (or 0x0A57AC) is known color: Cobalt. HEX triplet: 0A, 57 and AC. RGB value is (10,87,172). Sum of RGB (Red+Green+Blue) = 10+87+172=269 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.72% from 269); Green value is 87 (34.38% from 255 or 32.34% from 269); Blue value is 172 (67.58% from 255 or 63.94% from 269); Max value from RGB is 172 - color contains mainly: blue. Hex color #0A57AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A57AC is #F5A853. Grayscale: #494949. Windows color (decimal): -16099412 or 11294474. OLE color: 11294474.
HSL color Cylindrical-coordinate representation of color #0A57AC: hue angle of 211.48º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A57AC is Cyan = 0.94, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 87 | 172 | - |
| CMYK | 0.94 | 0.49 | 0 | 0.33 |
| HSL | 211.48º | 0.89% | 0.36% | - |
| HSV(B) | 211.48º | 0.94% | 0.67% | - |
| XYZ | 10.98 | 9.86 | 40.35 | - |
| YUV | 73.67 | 183.49 | 82.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 87 | 172 | 0.94 | 0.49 | 0 | 0.33 | 211.48 | 0.89 | 0.36 |
| Hex | A | 57 | AC | 5E | 31 | 0 | 21 | D3 | 59 | 24 |
| Octal | 12 | 127 | 254 | 136 | 61 | 0 | 41 | 323 | 131 | 44 |
| Binary | 1010 | 1010111 | 10101100 | 1011110 | 110001 | 0 | 100001 | 11010011 | 1011001 | 100100 |
Color Harmonies of #0A57AC
Complementary color
Monochromatic Colors of #0A57AC
Black with #0A57AC
Text Example
Text Example
White with #0A57AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A57AC; }
p { color: rgb(10,87,172); }
H1.HeaderClassName
{
color: #0A57AC;
}
.AnyTagClassName
{
color: #0A57AC;
}
</style>
background-color css
<style>
a { background-color: #0A57AC; }
a { background-color: rgb(10,87,172); }
div.DivClassName
{
background-color: #0A57AC;
}
.BgClassName
{
background-color: #0A57AC;
}
</style>
border-color css
<style>
span { border-color: #0A57AC; }
span { border-color: rgb(10,87,172); }
td.TdClassName
{
border-color: #0A57AC;
}
.TagClassName
{
border-color: #0A57AC;
}
</style>