Shades of Navy Blue #074EDE
Tints of Navy Blue #074EDE
RGB
CMYK
RGB Variations
Color information
#074EDE (or 0x074EDE) is known color: Navy Blue. HEX triplet: 07, 4E and DE. RGB value is (7,78,222). Sum of RGB (Red+Green+Blue) = 7+78+222=307 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.28% from 307); Green value is 78 (30.86% from 255 or 25.41% from 307); Blue value is 222 (87.11% from 255 or 72.31% from 307); Max value from RGB is 222 - color contains mainly: blue. Hex color #074EDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #074EDE is #F8B121. Grayscale: #484848. Windows color (decimal): -16298274 or 14568967. OLE color: 14568967.
HSL color Cylindrical-coordinate representation of color #074EDE: hue angle of 220.19º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #074EDE is Cyan = 0.97, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 78 | 222 | - |
| CMYK | 0.97 | 0.65 | 0 | 0.13 |
| HSL | 220.19º | 0.94% | 0.45% | - |
| HSV(B) | 220.19º | 0.97% | 0.87% | - |
| XYZ | 16 | 10.77 | 70.34 | - |
| YUV | 73.19 | 211.98 | 80.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 78 | 222 | 0.97 | 0.65 | 0 | 0.13 | 220.19 | 0.94 | 0.45 |
| Hex | 7 | 4E | DE | 61 | 41 | 0 | D | DC | 5E | 2D |
| Octal | 7 | 116 | 336 | 141 | 101 | 0 | 15 | 334 | 136 | 55 |
| Binary | 111 | 1001110 | 11011110 | 1100001 | 1000001 | 0 | 1101 | 11011100 | 1011110 | 101101 |
Color Harmonies of #074EDE
Complementary color
Monochromatic Colors of #074EDE
Black with #074EDE
Text Example
Text Example
White with #074EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074EDE; }
p { color: rgb(7,78,222); }
H1.HeaderClassName
{
color: #074EDE;
}
.AnyTagClassName
{
color: #074EDE;
}
</style>
background-color css
<style>
a { background-color: #074EDE; }
a { background-color: rgb(7,78,222); }
div.DivClassName
{
background-color: #074EDE;
}
.BgClassName
{
background-color: #074EDE;
}
</style>
border-color css
<style>
span { border-color: #074EDE; }
span { border-color: rgb(7,78,222); }
td.TdClassName
{
border-color: #074EDE;
}
.TagClassName
{
border-color: #074EDE;
}
</style>