Shades of Navy Blue #0257FC
Tints of Navy Blue #0257FC
RGB
CMYK
RGB Variations
Color information
#0257FC (or 0x0257FC) is known color: Navy Blue. HEX triplet: 02, 57 and FC. RGB value is (2,87,252). Sum of RGB (Red+Green+Blue) = 2+87+252=341 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 341); Green value is 87 (34.38% from 255 or 25.51% from 341); Blue value is 252 (98.83% from 255 or 73.90% from 341); Max value from RGB is 252 - color contains mainly: blue. Hex color #0257FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0257FC is #FDA803. Grayscale: #4F4F4F. Windows color (decimal): -16623620 or 16537346. OLE color: 16537346.
HSL color Cylindrical-coordinate representation of color #0257FC: hue angle of 219.6º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0257FC is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 87 | 252 | - |
| CMYK | 0.99 | 0.65 | 0 | 0.01 |
| HSL | 219.6º | 0.98% | 0.5% | - |
| HSV(B) | 219.6º | 0.99% | 0.99% | - |
| XYZ | 21 | 13.86 | 93.66 | - |
| YUV | 80.4 | 224.84 | 72.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 87 | 252 | 0.99 | 0.65 | 0 | 0.01 | 219.6 | 0.98 | 0.5 |
| Hex | 2 | 57 | FC | 63 | 41 | 0 | 1 | DC | 62 | 32 |
| Octal | 2 | 127 | 374 | 143 | 101 | 0 | 1 | 334 | 142 | 62 |
| Binary | 10 | 1010111 | 11111100 | 1100011 | 1000001 | 0 | 1 | 11011100 | 1100010 | 110010 |
Color Harmonies of #0257FC
Complementary color
Monochromatic Colors of #0257FC
Black with #0257FC
Text Example
Text Example
White with #0257FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0257FC; }
p { color: rgb(2,87,252); }
H1.HeaderClassName
{
color: #0257FC;
}
.AnyTagClassName
{
color: #0257FC;
}
</style>
background-color css
<style>
a { background-color: #0257FC; }
a { background-color: rgb(2,87,252); }
div.DivClassName
{
background-color: #0257FC;
}
.BgClassName
{
background-color: #0257FC;
}
</style>
border-color css
<style>
span { border-color: #0257FC; }
span { border-color: rgb(2,87,252); }
td.TdClassName
{
border-color: #0257FC;
}
.TagClassName
{
border-color: #0257FC;
}
</style>