Shades of Navy Blue #0051EA
Tints of Navy Blue #0051EA
RGB
CMYK
RGB Variations
Color information
#0051EA (or 0x0051EA) is known color: Navy Blue. HEX triplet: 00, 51 and EA. RGB value is (0,81,234). Sum of RGB (Red+Green+Blue) = 0+81+234=315 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 315); Green value is 81 (32.03% from 255 or 25.71% from 315); Blue value is 234 (91.80% from 255 or 74.29% from 315); Max value from RGB is 234 - color contains mainly: blue. Hex color #0051EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0051EA is #FFAE15. Grayscale: #494949. Windows color (decimal): -16756246 or 15356160. OLE color: 15356160.
HSL color Cylindrical-coordinate representation of color #0051EA: hue angle of 219.23º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0051EA is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 81 | 234 | - |
| CMYK | 1 | 0.65 | 0 | 0.08 |
| HSL | 219.23º | 1% | 0.46% | - |
| HSV(B) | 219.23º | 1% | 0.92% | - |
| XYZ | 17.79 | 11.83 | 79.19 | - |
| YUV | 74.22 | 218.16 | 75.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 81 | 234 | 1 | 0.65 | 0 | 0.08 | 219.23 | 1 | 0.46 |
| Hex | 0 | 51 | EA | 64 | 41 | 0 | 8 | DB | 64 | 2E |
| Octal | 0 | 121 | 352 | 144 | 101 | 0 | 10 | 333 | 144 | 56 |
| Binary | 0 | 1010001 | 11101010 | 1100100 | 1000001 | 0 | 1000 | 11011011 | 1100100 | 101110 |
Color Harmonies of #0051EA
Complementary color
Monochromatic Colors of #0051EA
Black with #0051EA
Text Example
Text Example
White with #0051EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0051EA; }
p { color: rgb(0,81,234); }
H1.HeaderClassName
{
color: #0051EA;
}
.AnyTagClassName
{
color: #0051EA;
}
</style>
background-color css
<style>
a { background-color: #0051EA; }
a { background-color: rgb(0,81,234); }
div.DivClassName
{
background-color: #0051EA;
}
.BgClassName
{
background-color: #0051EA;
}
</style>
border-color css
<style>
span { border-color: #0051EA; }
span { border-color: rgb(0,81,234); }
td.TdClassName
{
border-color: #0051EA;
}
.TagClassName
{
border-color: #0051EA;
}
</style>