Shades of Navy Blue #0450EA
Tints of Navy Blue #0450EA
RGB
CMYK
RGB Variations
Color information
#0450EA (or 0x0450EA) is known color: Navy Blue. HEX triplet: 04, 50 and EA. RGB value is (4,80,234). Sum of RGB (Red+Green+Blue) = 4+80+234=318 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.26% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 234 (91.80% from 255 or 73.58% from 318); Max value from RGB is 234 - color contains mainly: blue. Hex color #0450EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0450EA is #FBAF15. Grayscale: #4A4A4A. Windows color (decimal): -16494358 or 15355908. OLE color: 15355908.
HSL color Cylindrical-coordinate representation of color #0450EA: hue angle of 220.17º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0450EA is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 4 | 80 | 234 | - |
| CMYK | 0.98 | 0.66 | 0 | 0.08 |
| HSL | 220.17º | 0.97% | 0.47% | - |
| HSV(B) | 220.17º | 0.98% | 0.92% | - |
| XYZ | 17.77 | 11.7 | 79.16 | - |
| YUV | 74.83 | 217.82 | 77.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 80 | 234 | 0.98 | 0.66 | 0 | 0.08 | 220.17 | 0.97 | 0.47 |
| Hex | 4 | 50 | EA | 62 | 42 | 0 | 8 | DC | 61 | 2F |
| Octal | 4 | 120 | 352 | 142 | 102 | 0 | 10 | 334 | 141 | 57 |
| Binary | 100 | 1010000 | 11101010 | 1100010 | 1000010 | 0 | 1000 | 11011100 | 1100001 | 101111 |
Color Harmonies of #0450EA
Complementary color
Monochromatic Colors of #0450EA
Black with #0450EA
Text Example
Text Example
White with #0450EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0450EA; }
p { color: rgb(4,80,234); }
H1.HeaderClassName
{
color: #0450EA;
}
.AnyTagClassName
{
color: #0450EA;
}
</style>
background-color css
<style>
a { background-color: #0450EA; }
a { background-color: rgb(4,80,234); }
div.DivClassName
{
background-color: #0450EA;
}
.BgClassName
{
background-color: #0450EA;
}
</style>
border-color css
<style>
span { border-color: #0450EA; }
span { border-color: rgb(4,80,234); }
td.TdClassName
{
border-color: #0450EA;
}
.TagClassName
{
border-color: #0450EA;
}
</style>