Shades of Navy Blue #074DDC
Tints of Navy Blue #074DDC
RGB
CMYK
RGB Variations
Color information
#074DDC (or 0x074DDC) is known color: Navy Blue. HEX triplet: 07, 4D and DC. RGB value is (7,77,220). Sum of RGB (Red+Green+Blue) = 7+77+220=304 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.30% from 304); Green value is 77 (30.47% from 255 or 25.33% from 304); Blue value is 220 (86.33% from 255 or 72.37% from 304); Max value from RGB is 220 - color contains mainly: blue. Hex color #074DDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #074DDC is #F8B223. Grayscale: #474747. Windows color (decimal): -16298532 or 14437639. OLE color: 14437639.
HSL color Cylindrical-coordinate representation of color #074DDC: hue angle of 220.28º 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 #074DDC is Cyan = 0.97, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 77 | 220 | - |
| CMYK | 0.97 | 0.65 | 0 | 0.14 |
| HSL | 220.28º | 0.94% | 0.45% | - |
| HSV(B) | 220.28º | 0.97% | 0.86% | - |
| XYZ | 15.66 | 10.52 | 68.92 | - |
| YUV | 72.37 | 211.31 | 81.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 77 | 220 | 0.97 | 0.65 | 0 | 0.14 | 220.28 | 0.94 | 0.45 |
| Hex | 7 | 4D | DC | 61 | 41 | 0 | E | DC | 5E | 2D |
| Octal | 7 | 115 | 334 | 141 | 101 | 0 | 16 | 334 | 136 | 55 |
| Binary | 111 | 1001101 | 11011100 | 1100001 | 1000001 | 0 | 1110 | 11011100 | 1011110 | 101101 |
Color Harmonies of #074DDC
Complementary color
Monochromatic Colors of #074DDC
Black with #074DDC
Text Example
Text Example
White with #074DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074DDC; }
p { color: rgb(7,77,220); }
H1.HeaderClassName
{
color: #074DDC;
}
.AnyTagClassName
{
color: #074DDC;
}
</style>
background-color css
<style>
a { background-color: #074DDC; }
a { background-color: rgb(7,77,220); }
div.DivClassName
{
background-color: #074DDC;
}
.BgClassName
{
background-color: #074DDC;
}
</style>
border-color css
<style>
span { border-color: #074DDC; }
span { border-color: rgb(7,77,220); }
td.TdClassName
{
border-color: #074DDC;
}
.TagClassName
{
border-color: #074DDC;
}
</style>