Shades of Cobalt #0A57AB
Tints of Cobalt #0A57AB
RGB
CMYK
RGB Variations
Color information
#0A57AB (or 0x0A57AB) is known color: Cobalt. HEX triplet: 0A, 57 and AB. RGB value is (10,87,171). Sum of RGB (Red+Green+Blue) = 10+87+171=268 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.73% from 268); Green value is 87 (34.38% from 255 or 32.46% from 268); Blue value is 171 (67.19% from 255 or 63.81% from 268); Max value from RGB is 171 - color contains mainly: blue. Hex color #0A57AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A57AB is #F5A854. Grayscale: #494949. Windows color (decimal): -16099413 or 11228938. OLE color: 11228938.
HSL color Cylindrical-coordinate representation of color #0A57AB: hue angle of 211.3º 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 #0A57AB is Cyan = 0.94, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 87 | 171 | - |
| CMYK | 0.94 | 0.49 | 0 | 0.33 |
| HSL | 211.3º | 0.89% | 0.35% | - |
| HSV(B) | 211.3º | 0.94% | 0.67% | - |
| XYZ | 10.88 | 9.82 | 39.85 | - |
| YUV | 73.55 | 182.99 | 82.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 87 | 171 | 0.94 | 0.49 | 0 | 0.33 | 211.3 | 0.89 | 0.35 |
| Hex | A | 57 | AB | 5E | 31 | 0 | 21 | D3 | 59 | 23 |
| Octal | 12 | 127 | 253 | 136 | 61 | 0 | 41 | 323 | 131 | 43 |
| Binary | 1010 | 1010111 | 10101011 | 1011110 | 110001 | 0 | 100001 | 11010011 | 1011001 | 100011 |
Color Harmonies of #0A57AB
Complementary color
Monochromatic Colors of #0A57AB
Black with #0A57AB
Text Example
Text Example
White with #0A57AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A57AB; }
p { color: rgb(10,87,171); }
H1.HeaderClassName
{
color: #0A57AB;
}
.AnyTagClassName
{
color: #0A57AB;
}
</style>
background-color css
<style>
a { background-color: #0A57AB; }
a { background-color: rgb(10,87,171); }
div.DivClassName
{
background-color: #0A57AB;
}
.BgClassName
{
background-color: #0A57AB;
}
</style>
border-color css
<style>
span { border-color: #0A57AB; }
span { border-color: rgb(10,87,171); }
td.TdClassName
{
border-color: #0A57AB;
}
.TagClassName
{
border-color: #0A57AB;
}
</style>