Shades of Navy Blue #0057FB
Tints of Navy Blue #0057FB
RGB
CMYK
RGB Variations
Color information
#0057FB (or 0x0057FB) is known color: Navy Blue. HEX triplet: 00, 57 and FB. RGB value is (0,87,251). Sum of RGB (Red+Green+Blue) = 0+87+251=338 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 338); Green value is 87 (34.38% from 255 or 25.74% from 338); Blue value is 251 (98.44% from 255 or 74.26% from 338); Max value from RGB is 251 - color contains mainly: blue. Hex color #0057FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0057FB is #FFA804. Grayscale: #4E4E4E. Windows color (decimal): -16754693 or 16471808. OLE color: 16471808.
HSL color Cylindrical-coordinate representation of color #0057FB: hue angle of 219.2º 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 #0057FB is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 87 | 251 | - |
| CMYK | 1 | 0.65 | 0 | 0.02 |
| HSL | 219.2º | 1% | 0.49% | - |
| HSV(B) | 219.2º | 1% | 0.98% | - |
| XYZ | 20.82 | 13.78 | 92.83 | - |
| YUV | 79.68 | 224.68 | 71.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 87 | 251 | 1 | 0.65 | 0 | 0.02 | 219.2 | 1 | 0.49 |
| Hex | 0 | 57 | FB | 64 | 41 | 0 | 2 | DB | 64 | 31 |
| Octal | 0 | 127 | 373 | 144 | 101 | 0 | 2 | 333 | 144 | 61 |
| Binary | 0 | 1010111 | 11111011 | 1100100 | 1000001 | 0 | 10 | 11011011 | 1100100 | 110001 |
Color Harmonies of #0057FB
Complementary color
Monochromatic Colors of #0057FB
Black with #0057FB
Text Example
Text Example
White with #0057FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0057FB; }
p { color: rgb(0,87,251); }
H1.HeaderClassName
{
color: #0057FB;
}
.AnyTagClassName
{
color: #0057FB;
}
</style>
background-color css
<style>
a { background-color: #0057FB; }
a { background-color: rgb(0,87,251); }
div.DivClassName
{
background-color: #0057FB;
}
.BgClassName
{
background-color: #0057FB;
}
</style>
border-color css
<style>
span { border-color: #0057FB; }
span { border-color: rgb(0,87,251); }
td.TdClassName
{
border-color: #0057FB;
}
.TagClassName
{
border-color: #0057FB;
}
</style>