Shades of Cobalt #0257AC
Tints of Cobalt #0257AC
RGB
CMYK
RGB Variations
Color information
#0257AC (or 0x0257AC) is known color: Cobalt. HEX triplet: 02, 57 and AC. RGB value is (2,87,172). Sum of RGB (Red+Green+Blue) = 2+87+172=261 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 261); Green value is 87 (34.38% from 255 or 33.33% from 261); Blue value is 172 (67.58% from 255 or 65.90% from 261); Max value from RGB is 172 - color contains mainly: blue. Hex color #0257AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0257AC is #FDA853. Grayscale: #464646. Windows color (decimal): -16623700 or 11294466. OLE color: 11294466.
HSL color Cylindrical-coordinate representation of color #0257AC: hue angle of 210º degrees, saturation: 0.98, 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 #0257AC is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 87 | 172 | - |
| CMYK | 0.99 | 0.49 | 0 | 0.33 |
| HSL | 210º | 0.98% | 0.34% | - |
| HSV(B) | 210º | 0.99% | 0.67% | - |
| XYZ | 10.88 | 9.81 | 40.35 | - |
| YUV | 71.28 | 184.84 | 78.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 87 | 172 | 0.99 | 0.49 | 0 | 0.33 | 210 | 0.98 | 0.34 |
| Hex | 2 | 57 | AC | 63 | 31 | 0 | 21 | D2 | 62 | 22 |
| Octal | 2 | 127 | 254 | 143 | 61 | 0 | 41 | 322 | 142 | 42 |
| Binary | 10 | 1010111 | 10101100 | 1100011 | 110001 | 0 | 100001 | 11010010 | 1100010 | 100010 |
Color Harmonies of #0257AC
Complementary color
Monochromatic Colors of #0257AC
Black with #0257AC
Text Example
Text Example
White with #0257AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0257AC; }
p { color: rgb(2,87,172); }
H1.HeaderClassName
{
color: #0257AC;
}
.AnyTagClassName
{
color: #0257AC;
}
</style>
background-color css
<style>
a { background-color: #0257AC; }
a { background-color: rgb(2,87,172); }
div.DivClassName
{
background-color: #0257AC;
}
.BgClassName
{
background-color: #0257AC;
}
</style>
border-color css
<style>
span { border-color: #0257AC; }
span { border-color: rgb(2,87,172); }
td.TdClassName
{
border-color: #0257AC;
}
.TagClassName
{
border-color: #0257AC;
}
</style>