Shades of Navy Blue #0057F1
Tints of Navy Blue #0057F1
RGB
CMYK
RGB Variations
Color information
#0057F1 (or 0x0057F1) is known color: Navy Blue. HEX triplet: 00, 57 and F1. RGB value is (0,87,241). Sum of RGB (Red+Green+Blue) = 0+87+241=328 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 328); Green value is 87 (34.38% from 255 or 26.52% from 328); Blue value is 241 (94.53% from 255 or 73.48% from 328); Max value from RGB is 241 - color contains mainly: blue. Hex color #0057F1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0057F1 is #FFA80E. Grayscale: #4D4D4D. Windows color (decimal): -16754703 or 15816448. OLE color: 15816448.
HSL color Cylindrical-coordinate representation of color #0057F1: hue angle of 218.34º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0057F1 is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 0 | 87 | 241 | - |
| CMYK | 1 | 0.64 | 0 | 0.05 |
| HSL | 218.34º | 1% | 0.47% | - |
| HSV(B) | 218.34º | 1% | 0.95% | - |
| XYZ | 19.29 | 13.17 | 84.74 | - |
| YUV | 78.54 | 219.68 | 71.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 87 | 241 | 1 | 0.64 | 0 | 0.05 | 218.34 | 1 | 0.47 |
| Hex | 0 | 57 | F1 | 64 | 40 | 0 | 5 | DA | 64 | 2F |
| Octal | 0 | 127 | 361 | 144 | 100 | 0 | 5 | 332 | 144 | 57 |
| Binary | 0 | 1010111 | 11110001 | 1100100 | 1000000 | 0 | 101 | 11011010 | 1100100 | 101111 |
Color Harmonies of #0057F1
Complementary color
Monochromatic Colors of #0057F1
Black with #0057F1
Text Example
Text Example
White with #0057F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0057F1; }
p { color: rgb(0,87,241); }
H1.HeaderClassName
{
color: #0057F1;
}
.AnyTagClassName
{
color: #0057F1;
}
</style>
background-color css
<style>
a { background-color: #0057F1; }
a { background-color: rgb(0,87,241); }
div.DivClassName
{
background-color: #0057F1;
}
.BgClassName
{
background-color: #0057F1;
}
</style>
border-color css
<style>
span { border-color: #0057F1; }
span { border-color: rgb(0,87,241); }
td.TdClassName
{
border-color: #0057F1;
}
.TagClassName
{
border-color: #0057F1;
}
</style>