Shades of Navy Blue #074ED8
Tints of Navy Blue #074ED8
RGB
CMYK
RGB Variations
Color information
#074ED8 (or 0x074ED8) is known color: Navy Blue. HEX triplet: 07, 4E and D8. RGB value is (7,78,216). Sum of RGB (Red+Green+Blue) = 7+78+216=301 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.33% from 301); Green value is 78 (30.86% from 255 or 25.91% from 301); Blue value is 216 (84.77% from 255 or 71.76% from 301); Max value from RGB is 216 - color contains mainly: blue. Hex color #074ED8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #074ED8 is #F8B127. Grayscale: #474747. Windows color (decimal): -16298280 or 14175751. OLE color: 14175751.
HSL color Cylindrical-coordinate representation of color #074ED8: hue angle of 219.62º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #074ED8 is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 7 | 78 | 216 | - |
| CMYK | 0.97 | 0.64 | 0 | 0.15 |
| HSL | 219.62º | 0.94% | 0.44% | - |
| HSV(B) | 219.62º | 0.97% | 0.85% | - |
| XYZ | 15.21 | 10.45 | 66.18 | - |
| YUV | 72.5 | 208.98 | 81.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 78 | 216 | 0.97 | 0.64 | 0 | 0.15 | 219.62 | 0.94 | 0.44 |
| Hex | 7 | 4E | D8 | 61 | 40 | 0 | F | DC | 5E | 2C |
| Octal | 7 | 116 | 330 | 141 | 100 | 0 | 17 | 334 | 136 | 54 |
| Binary | 111 | 1001110 | 11011000 | 1100001 | 1000000 | 0 | 1111 | 11011100 | 1011110 | 101100 |
Color Harmonies of #074ED8
Complementary color
Monochromatic Colors of #074ED8
Black with #074ED8
Text Example
Text Example
White with #074ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074ED8; }
p { color: rgb(7,78,216); }
H1.HeaderClassName
{
color: #074ED8;
}
.AnyTagClassName
{
color: #074ED8;
}
</style>
background-color css
<style>
a { background-color: #074ED8; }
a { background-color: rgb(7,78,216); }
div.DivClassName
{
background-color: #074ED8;
}
.BgClassName
{
background-color: #074ED8;
}
</style>
border-color css
<style>
span { border-color: #074ED8; }
span { border-color: rgb(7,78,216); }
td.TdClassName
{
border-color: #074ED8;
}
.TagClassName
{
border-color: #074ED8;
}
</style>