Shades of Cobalt #0057BA
Tints of Cobalt #0057BA
RGB
CMYK
RGB Variations
Color information
#0057BA (or 0x0057BA) is known color: Cobalt. HEX triplet: 00, 57 and BA. RGB value is (0,87,186). Sum of RGB (Red+Green+Blue) = 0+87+186=273 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 273); Green value is 87 (34.38% from 255 or 31.87% from 273); Blue value is 186 (73.05% from 255 or 68.13% from 273); Max value from RGB is 186 - color contains mainly: blue. Hex color #0057BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0057BA is #FFA845. Grayscale: #474747. Windows color (decimal): -16754758 or 12211968. OLE color: 12211968.
HSL color Cylindrical-coordinate representation of color #0057BA: hue angle of 211.94º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0057BA is Cyan = 1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 87 | 186 | - |
| CMYK | 1 | 0.53 | 0 | 0.27 |
| HSL | 211.94º | 1% | 0.36% | - |
| HSV(B) | 211.94º | 1% | 0.73% | - |
| XYZ | 12.27 | 10.36 | 47.81 | - |
| YUV | 72.27 | 192.18 | 76.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 87 | 186 | 1 | 0.53 | 0 | 0.27 | 211.94 | 1 | 0.36 |
| Hex | 0 | 57 | BA | 64 | 35 | 0 | 1B | D4 | 64 | 24 |
| Octal | 0 | 127 | 272 | 144 | 65 | 0 | 33 | 324 | 144 | 44 |
| Binary | 0 | 1010111 | 10111010 | 1100100 | 110101 | 0 | 11011 | 11010100 | 1100100 | 100100 |
Color Harmonies of #0057BA
Complementary color
Monochromatic Colors of #0057BA
Black with #0057BA
Text Example
Text Example
White with #0057BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0057BA; }
p { color: rgb(0,87,186); }
H1.HeaderClassName
{
color: #0057BA;
}
.AnyTagClassName
{
color: #0057BA;
}
</style>
background-color css
<style>
a { background-color: #0057BA; }
a { background-color: rgb(0,87,186); }
div.DivClassName
{
background-color: #0057BA;
}
.BgClassName
{
background-color: #0057BA;
}
</style>
border-color css
<style>
span { border-color: #0057BA; }
span { border-color: rgb(0,87,186); }
td.TdClassName
{
border-color: #0057BA;
}
.TagClassName
{
border-color: #0057BA;
}
</style>