Shades of Navy Blue #074DD7
Tints of Navy Blue #074DD7
RGB
CMYK
RGB Variations
Color information
#074DD7 (or 0x074DD7) is known color: Navy Blue. HEX triplet: 07, 4D and D7. RGB value is (7,77,215). Sum of RGB (Red+Green+Blue) = 7+77+215=299 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.34% from 299); Green value is 77 (30.47% from 255 or 25.75% from 299); Blue value is 215 (84.38% from 255 or 71.91% from 299); Max value from RGB is 215 - color contains mainly: blue. Hex color #074DD7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #074DD7 is #F8B228. Grayscale: #474747. Windows color (decimal): -16298537 or 14109959. OLE color: 14109959.
HSL color Cylindrical-coordinate representation of color #074DD7: hue angle of 219.81º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #074DD7 is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 7 | 77 | 215 | - |
| CMYK | 0.97 | 0.64 | 0 | 0.16 |
| HSL | 219.81º | 0.94% | 0.44% | - |
| HSV(B) | 219.81º | 0.97% | 0.84% | - |
| XYZ | 15.01 | 10.26 | 65.48 | - |
| YUV | 71.8 | 208.81 | 81.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 77 | 215 | 0.97 | 0.64 | 0 | 0.16 | 219.81 | 0.94 | 0.44 |
| Hex | 7 | 4D | D7 | 61 | 40 | 0 | 10 | DC | 5E | 2C |
| Octal | 7 | 115 | 327 | 141 | 100 | 0 | 20 | 334 | 136 | 54 |
| Binary | 111 | 1001101 | 11010111 | 1100001 | 1000000 | 0 | 10000 | 11011100 | 1011110 | 101100 |
Color Harmonies of #074DD7
Complementary color
Monochromatic Colors of #074DD7
Black with #074DD7
Text Example
Text Example
White with #074DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074DD7; }
p { color: rgb(7,77,215); }
H1.HeaderClassName
{
color: #074DD7;
}
.AnyTagClassName
{
color: #074DD7;
}
</style>
background-color css
<style>
a { background-color: #074DD7; }
a { background-color: rgb(7,77,215); }
div.DivClassName
{
background-color: #074DD7;
}
.BgClassName
{
background-color: #074DD7;
}
</style>
border-color css
<style>
span { border-color: #074DD7; }
span { border-color: rgb(7,77,215); }
td.TdClassName
{
border-color: #074DD7;
}
.TagClassName
{
border-color: #074DD7;
}
</style>