Shades of Cobalt #0257A8
Tints of Cobalt #0257A8
RGB
CMYK
RGB Variations
Color information
#0257A8 (or 0x0257A8) is known color: Cobalt. HEX triplet: 02, 57 and A8. RGB value is (2,87,168). Sum of RGB (Red+Green+Blue) = 2+87+168=257 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 257); Green value is 87 (34.38% from 255 or 33.85% from 257); Blue value is 168 (66.02% from 255 or 65.37% from 257); Max value from RGB is 168 - color contains mainly: blue. Hex color #0257A8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0257A8 is #FDA857. Grayscale: #464646. Windows color (decimal): -16623704 or 11032322. OLE color: 11032322.
HSL color Cylindrical-coordinate representation of color #0257A8: hue angle of 209.28º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0257A8 is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 2 | 87 | 168 | - |
| CMYK | 0.99 | 0.48 | 0 | 0.34 |
| HSL | 209.28º | 0.98% | 0.33% | - |
| HSV(B) | 209.28º | 0.99% | 0.66% | - |
| XYZ | 10.5 | 9.66 | 38.36 | - |
| YUV | 70.82 | 182.84 | 78.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 87 | 168 | 0.99 | 0.48 | 0 | 0.34 | 209.28 | 0.98 | 0.33 |
| Hex | 2 | 57 | A8 | 63 | 30 | 0 | 22 | D1 | 62 | 21 |
| Octal | 2 | 127 | 250 | 143 | 60 | 0 | 42 | 321 | 142 | 41 |
| Binary | 10 | 1010111 | 10101000 | 1100011 | 110000 | 0 | 100010 | 11010001 | 1100010 | 100001 |
Color Harmonies of #0257A8
Complementary color
Monochromatic Colors of #0257A8
Black with #0257A8
Text Example
Text Example
White with #0257A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0257A8; }
p { color: rgb(2,87,168); }
H1.HeaderClassName
{
color: #0257A8;
}
.AnyTagClassName
{
color: #0257A8;
}
</style>
background-color css
<style>
a { background-color: #0257A8; }
a { background-color: rgb(2,87,168); }
div.DivClassName
{
background-color: #0257A8;
}
.BgClassName
{
background-color: #0257A8;
}
</style>
border-color css
<style>
span { border-color: #0257A8; }
span { border-color: rgb(2,87,168); }
td.TdClassName
{
border-color: #0257A8;
}
.TagClassName
{
border-color: #0257A8;
}
</style>