Shades of Navy Blue #0056FE
Tints of Navy Blue #0056FE
RGB
CMYK
RGB Variations
Color information
#0056FE (or 0x0056FE) is known color: Navy Blue. HEX triplet: 00, 56 and FE. RGB value is (0,86,254). Sum of RGB (Red+Green+Blue) = 0+86+254=340 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 340); Green value is 86 (33.98% from 255 or 25.29% from 340); Blue value is 254 (99.61% from 255 or 74.71% from 340); Max value from RGB is 254 - color contains mainly: blue. Hex color #0056FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0056FE is #FFA901. Grayscale: #4E4E4E. Windows color (decimal): -16754946 or 16668160. OLE color: 16668160.
HSL color Cylindrical-coordinate representation of color #0056FE: hue angle of 219.69º 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 #0056FE is Cyan = 1, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 86 | 254 | - |
| CMYK | 1 | 0.66 | 0 | 0.00 |
| HSL | 219.69º | 1% | 0.5% | - |
| HSV(B) | 219.69º | 1% | 1% | - |
| XYZ | 21.22 | 13.81 | 95.31 | - |
| YUV | 79.44 | 226.51 | 71.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 86 | 254 | 1 | 0.66 | 0 | 0.00 | 219.69 | 1 | 0.5 |
| Hex | 0 | 56 | FE | 64 | 42 | 0 | 0 | DC | 64 | 32 |
| Octal | 0 | 126 | 376 | 144 | 102 | 0 | 0 | 334 | 144 | 62 |
| Binary | 0 | 1010110 | 11111110 | 1100100 | 1000010 | 0 | 0 | 11011100 | 1100100 | 110010 |
Color Harmonies of #0056FE
Complementary color
Monochromatic Colors of #0056FE
Black with #0056FE
Text Example
Text Example
White with #0056FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0056FE; }
p { color: rgb(0,86,254); }
H1.HeaderClassName
{
color: #0056FE;
}
.AnyTagClassName
{
color: #0056FE;
}
</style>
background-color css
<style>
a { background-color: #0056FE; }
a { background-color: rgb(0,86,254); }
div.DivClassName
{
background-color: #0056FE;
}
.BgClassName
{
background-color: #0056FE;
}
</style>
border-color css
<style>
span { border-color: #0056FE; }
span { border-color: rgb(0,86,254); }
td.TdClassName
{
border-color: #0056FE;
}
.TagClassName
{
border-color: #0056FE;
}
</style>