Shades of Navy Blue #0057FF
Tints of Navy Blue #0057FF
RGB
CMYK
RGB Variations
Color information
#0057FF (or 0x0057FF) is known color: Navy Blue. HEX triplet: 00, 57 and FF. RGB value is (0,87,255). Sum of RGB (Red+Green+Blue) = 0+87+255=342 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 342); Green value is 87 (34.38% from 255 or 25.44% from 342); Blue value is 255 (100% from 255 or 74.56% from 342); Max value from RGB is 255 - color contains mainly: blue. Hex color #0057FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0057FF is #FFA800. Grayscale: #4F4F4F. Windows color (decimal): -16754689 or 16733952. OLE color: 16733952.
HSL color Cylindrical-coordinate representation of color #0057FF: hue angle of 219.53º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0057FF is Cyan = 1, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 87 | 255 | - |
| CMYK | 1 | 0.66 | 0 | 0 |
| HSL | 219.53º | 1% | 0.5% | - |
| HSV(B) | 219.53º | 1% | 1% | - |
| XYZ | 21.46 | 14.04 | 96.19 | - |
| YUV | 80.14 | 226.68 | 70.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 87 | 255 | 1 | 0.66 | 0 | 0 | 219.53 | 1 | 0.5 |
| Hex | 0 | 57 | FF | 64 | 42 | 0 | 0 | DC | 64 | 32 |
| Octal | 0 | 127 | 377 | 144 | 102 | 0 | 0 | 334 | 144 | 62 |
| Binary | 0 | 1010111 | 11111111 | 1100100 | 1000010 | 0 | 0 | 11011100 | 1100100 | 110010 |
Color Harmonies of #0057FF
Complementary color
Monochromatic Colors of #0057FF
Black with #0057FF
Text Example
Text Example
White with #0057FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0057FF; }
p { color: rgb(0,87,255); }
H1.HeaderClassName
{
color: #0057FF;
}
.AnyTagClassName
{
color: #0057FF;
}
</style>
background-color css
<style>
a { background-color: #0057FF; }
a { background-color: rgb(0,87,255); }
div.DivClassName
{
background-color: #0057FF;
}
.BgClassName
{
background-color: #0057FF;
}
</style>
border-color css
<style>
span { border-color: #0057FF; }
span { border-color: rgb(0,87,255); }
td.TdClassName
{
border-color: #0057FF;
}
.TagClassName
{
border-color: #0057FF;
}
</style>