Shades of Navy Blue #074EDC
Tints of Navy Blue #074EDC
RGB
CMYK
RGB Variations
Color information
#074EDC (or 0x074EDC) is known color: Navy Blue. HEX triplet: 07, 4E and DC. RGB value is (7,78,220). Sum of RGB (Red+Green+Blue) = 7+78+220=305 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.30% from 305); Green value is 78 (30.86% from 255 or 25.57% from 305); Blue value is 220 (86.33% from 255 or 72.13% from 305); Max value from RGB is 220 - color contains mainly: blue. Hex color #074EDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #074EDC is #F8B123. Grayscale: #484848. Windows color (decimal): -16298276 or 14437895. OLE color: 14437895.
HSL color Cylindrical-coordinate representation of color #074EDC: hue angle of 220º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #074EDC is Cyan = 0.97, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 78 | 220 | - |
| CMYK | 0.97 | 0.65 | 0 | 0.14 |
| HSL | 220º | 0.94% | 0.45% | - |
| HSV(B) | 220º | 0.97% | 0.86% | - |
| XYZ | 15.73 | 10.66 | 68.94 | - |
| YUV | 72.96 | 210.98 | 80.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 78 | 220 | 0.97 | 0.65 | 0 | 0.14 | 220 | 0.94 | 0.45 |
| Hex | 7 | 4E | DC | 61 | 41 | 0 | E | DC | 5E | 2D |
| Octal | 7 | 116 | 334 | 141 | 101 | 0 | 16 | 334 | 136 | 55 |
| Binary | 111 | 1001110 | 11011100 | 1100001 | 1000001 | 0 | 1110 | 11011100 | 1011110 | 101101 |
Color Harmonies of #074EDC
Complementary color
Monochromatic Colors of #074EDC
Black with #074EDC
Text Example
Text Example
White with #074EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074EDC; }
p { color: rgb(7,78,220); }
H1.HeaderClassName
{
color: #074EDC;
}
.AnyTagClassName
{
color: #074EDC;
}
</style>
background-color css
<style>
a { background-color: #074EDC; }
a { background-color: rgb(7,78,220); }
div.DivClassName
{
background-color: #074EDC;
}
.BgClassName
{
background-color: #074EDC;
}
</style>
border-color css
<style>
span { border-color: #074EDC; }
span { border-color: rgb(7,78,220); }
td.TdClassName
{
border-color: #074EDC;
}
.TagClassName
{
border-color: #074EDC;
}
</style>