Shades of Navy Blue #0051E0
Tints of Navy Blue #0051E0
RGB
CMYK
RGB Variations
Color information
#0051E0 (or 0x0051E0) is known color: Navy Blue. HEX triplet: 00, 51 and E0. RGB value is (0,81,224). Sum of RGB (Red+Green+Blue) = 0+81+224=305 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 305); Green value is 81 (32.03% from 255 or 26.56% from 305); Blue value is 224 (87.89% from 255 or 73.44% from 305); Max value from RGB is 224 - color contains mainly: blue. Hex color #0051E0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0051E0 is #FFAE1F. Grayscale: #484848. Windows color (decimal): -16756256 or 14700800. OLE color: 14700800.
HSL color Cylindrical-coordinate representation of color #0051E0: hue angle of 218.3º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0051E0 is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 0 | 81 | 224 | - |
| CMYK | 1 | 0.64 | 0 | 0.12 |
| HSL | 218.3º | 1% | 0.44% | - |
| HSV(B) | 218.3º | 1% | 0.88% | - |
| XYZ | 16.4 | 11.27 | 71.83 | - |
| YUV | 73.08 | 213.16 | 75.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 81 | 224 | 1 | 0.64 | 0 | 0.12 | 218.3 | 1 | 0.44 |
| Hex | 0 | 51 | E0 | 64 | 40 | 0 | C | DA | 64 | 2C |
| Octal | 0 | 121 | 340 | 144 | 100 | 0 | 14 | 332 | 144 | 54 |
| Binary | 0 | 1010001 | 11100000 | 1100100 | 1000000 | 0 | 1100 | 11011010 | 1100100 | 101100 |
Color Harmonies of #0051E0
Complementary color
Monochromatic Colors of #0051E0
Black with #0051E0
Text Example
Text Example
White with #0051E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0051E0; }
p { color: rgb(0,81,224); }
H1.HeaderClassName
{
color: #0051E0;
}
.AnyTagClassName
{
color: #0051E0;
}
</style>
background-color css
<style>
a { background-color: #0051E0; }
a { background-color: rgb(0,81,224); }
div.DivClassName
{
background-color: #0051E0;
}
.BgClassName
{
background-color: #0051E0;
}
</style>
border-color css
<style>
span { border-color: #0051E0; }
span { border-color: rgb(0,81,224); }
td.TdClassName
{
border-color: #0051E0;
}
.TagClassName
{
border-color: #0051E0;
}
</style>