Shades of Navy Blue #074DD8
Tints of Navy Blue #074DD8
RGB
CMYK
RGB Variations
Color information
#074DD8 (or 0x074DD8) is known color: Navy Blue. HEX triplet: 07, 4D and D8. RGB value is (7,77,216). Sum of RGB (Red+Green+Blue) = 7+77+216=300 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.33% from 300); Green value is 77 (30.47% from 255 or 25.67% from 300); Blue value is 216 (84.77% from 255 or 72% from 300); Max value from RGB is 216 - color contains mainly: blue. Hex color #074DD8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #074DD8 is #F8B227. Grayscale: #474747. Windows color (decimal): -16298536 or 14175495. OLE color: 14175495.
HSL color Cylindrical-coordinate representation of color #074DD8: hue angle of 219.9º 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 #074DD8 is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 7 | 77 | 216 | - |
| CMYK | 0.97 | 0.64 | 0 | 0.15 |
| HSL | 219.9º | 0.94% | 0.44% | - |
| HSV(B) | 219.9º | 0.97% | 0.85% | - |
| XYZ | 15.14 | 10.31 | 66.16 | - |
| YUV | 71.92 | 209.31 | 81.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 77 | 216 | 0.97 | 0.64 | 0 | 0.15 | 219.9 | 0.94 | 0.44 |
| Hex | 7 | 4D | D8 | 61 | 40 | 0 | F | DC | 5E | 2C |
| Octal | 7 | 115 | 330 | 141 | 100 | 0 | 17 | 334 | 136 | 54 |
| Binary | 111 | 1001101 | 11011000 | 1100001 | 1000000 | 0 | 1111 | 11011100 | 1011110 | 101100 |
Color Harmonies of #074DD8
Complementary color
Monochromatic Colors of #074DD8
Black with #074DD8
Text Example
Text Example
White with #074DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074DD8; }
p { color: rgb(7,77,216); }
H1.HeaderClassName
{
color: #074DD8;
}
.AnyTagClassName
{
color: #074DD8;
}
</style>
background-color css
<style>
a { background-color: #074DD8; }
a { background-color: rgb(7,77,216); }
div.DivClassName
{
background-color: #074DD8;
}
.BgClassName
{
background-color: #074DD8;
}
</style>
border-color css
<style>
span { border-color: #074DD8; }
span { border-color: rgb(7,77,216); }
td.TdClassName
{
border-color: #074DD8;
}
.TagClassName
{
border-color: #074DD8;
}
</style>