Shades of Navy Blue #0056FA
Tints of Navy Blue #0056FA
RGB
CMYK
RGB Variations
Color information
#0056FA (or 0x0056FA) is known color: Navy Blue. HEX triplet: 00, 56 and FA. RGB value is (0,86,250). Sum of RGB (Red+Green+Blue) = 0+86+250=336 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 336); Green value is 86 (33.98% from 255 or 25.60% from 336); Blue value is 250 (98.05% from 255 or 74.40% from 336); Max value from RGB is 250 - color contains mainly: blue. Hex color #0056FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0056FA is #FFA905. Grayscale: #4E4E4E. Windows color (decimal): -16754950 or 16406016. OLE color: 16406016.
HSL color Cylindrical-coordinate representation of color #0056FA: hue angle of 219.36º 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 #0056FA is Cyan = 1, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 86 | 250 | - |
| CMYK | 1 | 0.66 | 0 | 0.02 |
| HSL | 219.36º | 1% | 0.49% | - |
| HSV(B) | 219.36º | 1% | 0.98% | - |
| XYZ | 20.58 | 13.56 | 91.97 | - |
| YUV | 78.98 | 224.51 | 71.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 86 | 250 | 1 | 0.66 | 0 | 0.02 | 219.36 | 1 | 0.49 |
| Hex | 0 | 56 | FA | 64 | 42 | 0 | 2 | DB | 64 | 31 |
| Octal | 0 | 126 | 372 | 144 | 102 | 0 | 2 | 333 | 144 | 61 |
| Binary | 0 | 1010110 | 11111010 | 1100100 | 1000010 | 0 | 10 | 11011011 | 1100100 | 110001 |
Color Harmonies of #0056FA
Complementary color
Monochromatic Colors of #0056FA
Black with #0056FA
Text Example
Text Example
White with #0056FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0056FA; }
p { color: rgb(0,86,250); }
H1.HeaderClassName
{
color: #0056FA;
}
.AnyTagClassName
{
color: #0056FA;
}
</style>
background-color css
<style>
a { background-color: #0056FA; }
a { background-color: rgb(0,86,250); }
div.DivClassName
{
background-color: #0056FA;
}
.BgClassName
{
background-color: #0056FA;
}
</style>
border-color css
<style>
span { border-color: #0056FA; }
span { border-color: rgb(0,86,250); }
td.TdClassName
{
border-color: #0056FA;
}
.TagClassName
{
border-color: #0056FA;
}
</style>