Shades of Navy Blue #0057F9
Tints of Navy Blue #0057F9
RGB
CMYK
RGB Variations
Color information
#0057F9 (or 0x0057F9) is known color: Navy Blue. HEX triplet: 00, 57 and F9. RGB value is (0,87,249). Sum of RGB (Red+Green+Blue) = 0+87+249=336 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 336); Green value is 87 (34.38% from 255 or 25.89% from 336); Blue value is 249 (97.66% from 255 or 74.11% from 336); Max value from RGB is 249 - color contains mainly: blue. Hex color #0057F9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0057F9 is #FFA806. Grayscale: #4E4E4E. Windows color (decimal): -16754695 or 16340736. OLE color: 16340736.
HSL color Cylindrical-coordinate representation of color #0057F9: hue angle of 219.04º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0057F9 is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 87 | 249 | - |
| CMYK | 1 | 0.65 | 0 | 0.02 |
| HSL | 219.04º | 1% | 0.49% | - |
| HSV(B) | 219.04º | 1% | 0.98% | - |
| XYZ | 20.51 | 13.66 | 91.18 | - |
| YUV | 79.46 | 223.68 | 71.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 87 | 249 | 1 | 0.65 | 0 | 0.02 | 219.04 | 1 | 0.49 |
| Hex | 0 | 57 | F9 | 64 | 41 | 0 | 2 | DB | 64 | 31 |
| Octal | 0 | 127 | 371 | 144 | 101 | 0 | 2 | 333 | 144 | 61 |
| Binary | 0 | 1010111 | 11111001 | 1100100 | 1000001 | 0 | 10 | 11011011 | 1100100 | 110001 |
Color Harmonies of #0057F9
Complementary color
Monochromatic Colors of #0057F9
Black with #0057F9
Text Example
Text Example
White with #0057F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0057F9; }
p { color: rgb(0,87,249); }
H1.HeaderClassName
{
color: #0057F9;
}
.AnyTagClassName
{
color: #0057F9;
}
</style>
background-color css
<style>
a { background-color: #0057F9; }
a { background-color: rgb(0,87,249); }
div.DivClassName
{
background-color: #0057F9;
}
.BgClassName
{
background-color: #0057F9;
}
</style>
border-color css
<style>
span { border-color: #0057F9; }
span { border-color: rgb(0,87,249); }
td.TdClassName
{
border-color: #0057F9;
}
.TagClassName
{
border-color: #0057F9;
}
</style>