Shades of Navy Blue #074EEE
Tints of Navy Blue #074EEE
RGB
CMYK
RGB Variations
Color information
#074EEE (or 0x074EEE) is known color: Navy Blue. HEX triplet: 07, 4E and EE. RGB value is (7,78,238). Sum of RGB (Red+Green+Blue) = 7+78+238=323 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.17% from 323); Green value is 78 (30.86% from 255 or 24.15% from 323); Blue value is 238 (93.36% from 255 or 73.68% from 323); Max value from RGB is 238 - color contains mainly: blue. Hex color #074EEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #074EEE is #F8B111. Grayscale: #4A4A4A. Windows color (decimal): -16298258 or 15617543. OLE color: 15617543.
HSL color Cylindrical-coordinate representation of color #074EEE: hue angle of 221.56º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #074EEE is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 7 | 78 | 238 | - |
| CMYK | 0.97 | 0.67 | 0 | 0.07 |
| HSL | 221.56º | 0.94% | 0.48% | - |
| HSV(B) | 221.56º | 0.97% | 0.93% | - |
| XYZ | 18.24 | 11.67 | 82.18 | - |
| YUV | 75.01 | 219.98 | 79.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 78 | 238 | 0.97 | 0.67 | 0 | 0.07 | 221.56 | 0.94 | 0.48 |
| Hex | 7 | 4E | EE | 61 | 43 | 0 | 7 | DE | 5E | 30 |
| Octal | 7 | 116 | 356 | 141 | 103 | 0 | 7 | 336 | 136 | 60 |
| Binary | 111 | 1001110 | 11101110 | 1100001 | 1000011 | 0 | 111 | 11011110 | 1011110 | 110000 |
Color Harmonies of #074EEE
Complementary color
Monochromatic Colors of #074EEE
Black with #074EEE
Text Example
Text Example
White with #074EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074EEE; }
p { color: rgb(7,78,238); }
H1.HeaderClassName
{
color: #074EEE;
}
.AnyTagClassName
{
color: #074EEE;
}
</style>
background-color css
<style>
a { background-color: #074EEE; }
a { background-color: rgb(7,78,238); }
div.DivClassName
{
background-color: #074EEE;
}
.BgClassName
{
background-color: #074EEE;
}
</style>
border-color css
<style>
span { border-color: #074EEE; }
span { border-color: rgb(7,78,238); }
td.TdClassName
{
border-color: #074EEE;
}
.TagClassName
{
border-color: #074EEE;
}
</style>