Shades of Cobalt #0257B7
Tints of Cobalt #0257B7
RGB
CMYK
RGB Variations
Color information
#0257B7 (or 0x0257B7) is known color: Cobalt. HEX triplet: 02, 57 and B7. RGB value is (2,87,183). Sum of RGB (Red+Green+Blue) = 2+87+183=272 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 272); Green value is 87 (34.38% from 255 or 31.99% from 272); Blue value is 183 (71.88% from 255 or 67.28% from 272); Max value from RGB is 183 - color contains mainly: blue. Hex color #0257B7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0257B7 is #FDA848. Grayscale: #484848. Windows color (decimal): -16623689 or 12015362. OLE color: 12015362.
HSL color Cylindrical-coordinate representation of color #0257B7: hue angle of 211.82º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0257B7 is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 2 | 87 | 183 | - |
| CMYK | 0.99 | 0.52 | 0 | 0.28 |
| HSL | 211.82º | 0.98% | 0.36% | - |
| HSV(B) | 211.82º | 0.99% | 0.72% | - |
| XYZ | 11.98 | 10.25 | 46.15 | - |
| YUV | 72.53 | 190.34 | 77.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 87 | 183 | 0.99 | 0.52 | 0 | 0.28 | 211.82 | 0.98 | 0.36 |
| Hex | 2 | 57 | B7 | 63 | 34 | 0 | 1C | D4 | 62 | 24 |
| Octal | 2 | 127 | 267 | 143 | 64 | 0 | 34 | 324 | 142 | 44 |
| Binary | 10 | 1010111 | 10110111 | 1100011 | 110100 | 0 | 11100 | 11010100 | 1100010 | 100100 |
Color Harmonies of #0257B7
Complementary color
Monochromatic Colors of #0257B7
Black with #0257B7
Text Example
Text Example
White with #0257B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0257B7; }
p { color: rgb(2,87,183); }
H1.HeaderClassName
{
color: #0257B7;
}
.AnyTagClassName
{
color: #0257B7;
}
</style>
background-color css
<style>
a { background-color: #0257B7; }
a { background-color: rgb(2,87,183); }
div.DivClassName
{
background-color: #0257B7;
}
.BgClassName
{
background-color: #0257B7;
}
</style>
border-color css
<style>
span { border-color: #0257B7; }
span { border-color: rgb(2,87,183); }
td.TdClassName
{
border-color: #0257B7;
}
.TagClassName
{
border-color: #0257B7;
}
</style>