Shades of Navy Blue #074EE5
Tints of Navy Blue #074EE5
RGB
CMYK
RGB Variations
Color information
#074EE5 (or 0x074EE5) is known color: Navy Blue. HEX triplet: 07, 4E and E5. RGB value is (7,78,229). Sum of RGB (Red+Green+Blue) = 7+78+229=314 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.23% from 314); Green value is 78 (30.86% from 255 or 24.84% from 314); Blue value is 229 (89.84% from 255 or 72.93% from 314); Max value from RGB is 229 - color contains mainly: blue. Hex color #074EE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #074EE5 is #F8B11A. Grayscale: #494949. Windows color (decimal): -16298267 or 15027719. OLE color: 15027719.
HSL color Cylindrical-coordinate representation of color #074EE5: hue angle of 220.81º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #074EE5 is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 7 | 78 | 229 | - |
| CMYK | 0.97 | 0.66 | 0 | 0.10 |
| HSL | 220.81º | 0.94% | 0.46% | - |
| HSV(B) | 220.81º | 0.97% | 0.9% | - |
| XYZ | 16.95 | 11.15 | 75.39 | - |
| YUV | 73.99 | 215.48 | 80.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 78 | 229 | 0.97 | 0.66 | 0 | 0.10 | 220.81 | 0.94 | 0.46 |
| Hex | 7 | 4E | E5 | 61 | 42 | 0 | A | DD | 5E | 2E |
| Octal | 7 | 116 | 345 | 141 | 102 | 0 | 12 | 335 | 136 | 56 |
| Binary | 111 | 1001110 | 11100101 | 1100001 | 1000010 | 0 | 1010 | 11011101 | 1011110 | 101110 |
Color Harmonies of #074EE5
Complementary color
Monochromatic Colors of #074EE5
Black with #074EE5
Text Example
Text Example
White with #074EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074EE5; }
p { color: rgb(7,78,229); }
H1.HeaderClassName
{
color: #074EE5;
}
.AnyTagClassName
{
color: #074EE5;
}
</style>
background-color css
<style>
a { background-color: #074EE5; }
a { background-color: rgb(7,78,229); }
div.DivClassName
{
background-color: #074EE5;
}
.BgClassName
{
background-color: #074EE5;
}
</style>
border-color css
<style>
span { border-color: #074EE5; }
span { border-color: rgb(7,78,229); }
td.TdClassName
{
border-color: #074EE5;
}
.TagClassName
{
border-color: #074EE5;
}
</style>