Shades of Navy Blue #0056EE
Tints of Navy Blue #0056EE
RGB
CMYK
RGB Variations
Color information
#0056EE (or 0x0056EE) is known color: Navy Blue. HEX triplet: 00, 56 and EE. RGB value is (0,86,238). Sum of RGB (Red+Green+Blue) = 0+86+238=324 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 324); Green value is 86 (33.98% from 255 or 26.54% from 324); Blue value is 238 (93.36% from 255 or 73.46% from 324); Max value from RGB is 238 - color contains mainly: blue. Hex color #0056EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0056EE is #FFA911. Grayscale: #4C4C4C. Windows color (decimal): -16754962 or 15619584. OLE color: 15619584.
HSL color Cylindrical-coordinate representation of color #0056EE: hue angle of 218.32º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0056EE is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 86 | 238 | - |
| CMYK | 1 | 0.64 | 0 | 0.07 |
| HSL | 218.32º | 1% | 0.47% | - |
| HSV(B) | 218.32º | 1% | 0.93% | - |
| XYZ | 18.76 | 12.83 | 82.38 | - |
| YUV | 77.61 | 218.51 | 72.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 86 | 238 | 1 | 0.64 | 0 | 0.07 | 218.32 | 1 | 0.47 |
| Hex | 0 | 56 | EE | 64 | 40 | 0 | 7 | DA | 64 | 2F |
| Octal | 0 | 126 | 356 | 144 | 100 | 0 | 7 | 332 | 144 | 57 |
| Binary | 0 | 1010110 | 11101110 | 1100100 | 1000000 | 0 | 111 | 11011010 | 1100100 | 101111 |
Color Harmonies of #0056EE
Complementary color
Monochromatic Colors of #0056EE
Black with #0056EE
Text Example
Text Example
White with #0056EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0056EE; }
p { color: rgb(0,86,238); }
H1.HeaderClassName
{
color: #0056EE;
}
.AnyTagClassName
{
color: #0056EE;
}
</style>
background-color css
<style>
a { background-color: #0056EE; }
a { background-color: rgb(0,86,238); }
div.DivClassName
{
background-color: #0056EE;
}
.BgClassName
{
background-color: #0056EE;
}
</style>
border-color css
<style>
span { border-color: #0056EE; }
span { border-color: rgb(0,86,238); }
td.TdClassName
{
border-color: #0056EE;
}
.TagClassName
{
border-color: #0056EE;
}
</style>