Shades of Cobalt #0157AC
Tints of Cobalt #0157AC
RGB
CMYK
RGB Variations
Color information
#0157AC (or 0x0157AC) is known color: Cobalt. HEX triplet: 01, 57 and AC. RGB value is (1,87,172). Sum of RGB (Red+Green+Blue) = 1+87+172=260 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 260); Green value is 87 (34.38% from 255 or 33.46% from 260); Blue value is 172 (67.58% from 255 or 66.15% from 260); Max value from RGB is 172 - color contains mainly: blue. Hex color #0157AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0157AC is #FEA853. Grayscale: #464646. Windows color (decimal): -16689236 or 11294465. OLE color: 11294465.
HSL color Cylindrical-coordinate representation of color #0157AC: hue angle of 209.82º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0157AC is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 87 | 172 | - |
| CMYK | 0.99 | 0.49 | 0 | 0.33 |
| HSL | 209.82º | 0.99% | 0.34% | - |
| HSV(B) | 209.82º | 0.99% | 0.67% | - |
| XYZ | 10.87 | 9.8 | 40.35 | - |
| YUV | 70.98 | 185.01 | 78.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 87 | 172 | 0.99 | 0.49 | 0 | 0.33 | 209.82 | 0.99 | 0.34 |
| Hex | 1 | 57 | AC | 63 | 31 | 0 | 21 | D2 | 63 | 22 |
| Octal | 1 | 127 | 254 | 143 | 61 | 0 | 41 | 322 | 143 | 42 |
| Binary | 1 | 1010111 | 10101100 | 1100011 | 110001 | 0 | 100001 | 11010010 | 1100011 | 100010 |
Color Harmonies of #0157AC
Complementary color
Monochromatic Colors of #0157AC
Black with #0157AC
Text Example
Text Example
White with #0157AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0157AC; }
p { color: rgb(1,87,172); }
H1.HeaderClassName
{
color: #0157AC;
}
.AnyTagClassName
{
color: #0157AC;
}
</style>
background-color css
<style>
a { background-color: #0157AC; }
a { background-color: rgb(1,87,172); }
div.DivClassName
{
background-color: #0157AC;
}
.BgClassName
{
background-color: #0157AC;
}
</style>
border-color css
<style>
span { border-color: #0157AC; }
span { border-color: rgb(1,87,172); }
td.TdClassName
{
border-color: #0157AC;
}
.TagClassName
{
border-color: #0157AC;
}
</style>