Shades of Cobalt #0157AE
Tints of Cobalt #0157AE
RGB
CMYK
RGB Variations
Color information
#0157AE (or 0x0157AE) is known color: Cobalt. HEX triplet: 01, 57 and AE. RGB value is (1,87,174). Sum of RGB (Red+Green+Blue) = 1+87+174=262 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 262); Green value is 87 (34.38% from 255 or 33.21% from 262); Blue value is 174 (68.36% from 255 or 66.41% from 262); Max value from RGB is 174 - color contains mainly: blue. Hex color #0157AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0157AE is #FEA851. Grayscale: #464646. Windows color (decimal): -16689234 or 11425537. OLE color: 11425537.
HSL color Cylindrical-coordinate representation of color #0157AE: hue angle of 210.17º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0157AE is Cyan = 0.99, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 87 | 174 | - |
| CMYK | 0.99 | 0.5 | 0 | 0.32 |
| HSL | 210.17º | 0.99% | 0.34% | - |
| HSV(B) | 210.17º | 0.99% | 0.68% | - |
| XYZ | 11.06 | 9.88 | 41.37 | - |
| YUV | 71.2 | 186.01 | 77.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 87 | 174 | 0.99 | 0.5 | 0 | 0.32 | 210.17 | 0.99 | 0.34 |
| Hex | 1 | 57 | AE | 63 | 32 | 0 | 20 | D2 | 63 | 22 |
| Octal | 1 | 127 | 256 | 143 | 62 | 0 | 40 | 322 | 143 | 42 |
| Binary | 1 | 1010111 | 10101110 | 1100011 | 110010 | 0 | 100000 | 11010010 | 1100011 | 100010 |
Color Harmonies of #0157AE
Complementary color
Monochromatic Colors of #0157AE
Black with #0157AE
Text Example
Text Example
White with #0157AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0157AE; }
p { color: rgb(1,87,174); }
H1.HeaderClassName
{
color: #0157AE;
}
.AnyTagClassName
{
color: #0157AE;
}
</style>
background-color css
<style>
a { background-color: #0157AE; }
a { background-color: rgb(1,87,174); }
div.DivClassName
{
background-color: #0157AE;
}
.BgClassName
{
background-color: #0157AE;
}
</style>
border-color css
<style>
span { border-color: #0157AE; }
span { border-color: rgb(1,87,174); }
td.TdClassName
{
border-color: #0157AE;
}
.TagClassName
{
border-color: #0157AE;
}
</style>