Shades of Navy Blue #074EEA
Tints of Navy Blue #074EEA
RGB
CMYK
RGB Variations
Color information
#074EEA (or 0x074EEA) is known color: Navy Blue. HEX triplet: 07, 4E and EA. RGB value is (7,78,234). Sum of RGB (Red+Green+Blue) = 7+78+234=319 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.19% from 319); Green value is 78 (30.86% from 255 or 24.45% from 319); Blue value is 234 (91.80% from 255 or 73.35% from 319); Max value from RGB is 234 - color contains mainly: blue. Hex color #074EEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #074EEA is #F8B115. Grayscale: #494949. Windows color (decimal): -16298262 or 15355399. OLE color: 15355399.
HSL color Cylindrical-coordinate representation of color #074EEA: hue angle of 221.23º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #074EEA is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 7 | 78 | 234 | - |
| CMYK | 0.97 | 0.67 | 0 | 0.08 |
| HSL | 221.23º | 0.94% | 0.47% | - |
| HSV(B) | 221.23º | 0.97% | 0.92% | - |
| XYZ | 17.66 | 11.43 | 79.12 | - |
| YUV | 74.56 | 217.98 | 79.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 78 | 234 | 0.97 | 0.67 | 0 | 0.08 | 221.23 | 0.94 | 0.47 |
| Hex | 7 | 4E | EA | 61 | 43 | 0 | 8 | DD | 5E | 2F |
| Octal | 7 | 116 | 352 | 141 | 103 | 0 | 10 | 335 | 136 | 57 |
| Binary | 111 | 1001110 | 11101010 | 1100001 | 1000011 | 0 | 1000 | 11011101 | 1011110 | 101111 |
Color Harmonies of #074EEA
Complementary color
Monochromatic Colors of #074EEA
Black with #074EEA
Text Example
Text Example
White with #074EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074EEA; }
p { color: rgb(7,78,234); }
H1.HeaderClassName
{
color: #074EEA;
}
.AnyTagClassName
{
color: #074EEA;
}
</style>
background-color css
<style>
a { background-color: #074EEA; }
a { background-color: rgb(7,78,234); }
div.DivClassName
{
background-color: #074EEA;
}
.BgClassName
{
background-color: #074EEA;
}
</style>
border-color css
<style>
span { border-color: #074EEA; }
span { border-color: rgb(7,78,234); }
td.TdClassName
{
border-color: #074EEA;
}
.TagClassName
{
border-color: #074EEA;
}
</style>