Shades of Navy Blue #0051E4
Tints of Navy Blue #0051E4
RGB
CMYK
RGB Variations
Color information
#0051E4 (or 0x0051E4) is known color: Navy Blue. HEX triplet: 00, 51 and E4. RGB value is (0,81,228). Sum of RGB (Red+Green+Blue) = 0+81+228=309 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 309); Green value is 81 (32.03% from 255 or 26.21% from 309); Blue value is 228 (89.45% from 255 or 73.79% from 309); Max value from RGB is 228 - color contains mainly: blue. Hex color #0051E4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0051E4 is #FFAE1B. Grayscale: #484848. Windows color (decimal): -16756252 or 14962944. OLE color: 14962944.
HSL color Cylindrical-coordinate representation of color #0051E4: hue angle of 218.68º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0051E4 is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 0 | 81 | 228 | - |
| CMYK | 1 | 0.64 | 0 | 0.11 |
| HSL | 218.68º | 1% | 0.45% | - |
| HSV(B) | 218.68º | 1% | 0.89% | - |
| XYZ | 16.95 | 11.49 | 74.72 | - |
| YUV | 73.54 | 215.16 | 75.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 81 | 228 | 1 | 0.64 | 0 | 0.11 | 218.68 | 1 | 0.45 |
| Hex | 0 | 51 | E4 | 64 | 40 | 0 | B | DB | 64 | 2D |
| Octal | 0 | 121 | 344 | 144 | 100 | 0 | 13 | 333 | 144 | 55 |
| Binary | 0 | 1010001 | 11100100 | 1100100 | 1000000 | 0 | 1011 | 11011011 | 1100100 | 101101 |
Color Harmonies of #0051E4
Complementary color
Monochromatic Colors of #0051E4
Black with #0051E4
Text Example
Text Example
White with #0051E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0051E4; }
p { color: rgb(0,81,228); }
H1.HeaderClassName
{
color: #0051E4;
}
.AnyTagClassName
{
color: #0051E4;
}
</style>
background-color css
<style>
a { background-color: #0051E4; }
a { background-color: rgb(0,81,228); }
div.DivClassName
{
background-color: #0051E4;
}
.BgClassName
{
background-color: #0051E4;
}
</style>
border-color css
<style>
span { border-color: #0051E4; }
span { border-color: rgb(0,81,228); }
td.TdClassName
{
border-color: #0051E4;
}
.TagClassName
{
border-color: #0051E4;
}
</style>