Shades of Navy Blue #074DDB
Tints of Navy Blue #074DDB
RGB
CMYK
RGB Variations
Color information
#074DDB (or 0x074DDB) is known color: Navy Blue. HEX triplet: 07, 4D and DB. RGB value is (7,77,219). Sum of RGB (Red+Green+Blue) = 7+77+219=303 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.31% from 303); Green value is 77 (30.47% from 255 or 25.41% from 303); Blue value is 219 (85.94% from 255 or 72.28% from 303); Max value from RGB is 219 - color contains mainly: blue. Hex color #074DDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #074DDB is #F8B224. Grayscale: #474747. Windows color (decimal): -16298533 or 14372103. OLE color: 14372103.
HSL color Cylindrical-coordinate representation of color #074DDB: hue angle of 220.19º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #074DDB is Cyan = 0.97, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 77 | 219 | - |
| CMYK | 0.97 | 0.65 | 0 | 0.14 |
| HSL | 220.19º | 0.94% | 0.44% | - |
| HSV(B) | 220.19º | 0.97% | 0.86% | - |
| XYZ | 15.53 | 10.47 | 68.22 | - |
| YUV | 72.26 | 210.81 | 81.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 77 | 219 | 0.97 | 0.65 | 0 | 0.14 | 220.19 | 0.94 | 0.44 |
| Hex | 7 | 4D | DB | 61 | 41 | 0 | E | DC | 5E | 2C |
| Octal | 7 | 115 | 333 | 141 | 101 | 0 | 16 | 334 | 136 | 54 |
| Binary | 111 | 1001101 | 11011011 | 1100001 | 1000001 | 0 | 1110 | 11011100 | 1011110 | 101100 |
Color Harmonies of #074DDB
Complementary color
Monochromatic Colors of #074DDB
Black with #074DDB
Text Example
Text Example
White with #074DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074DDB; }
p { color: rgb(7,77,219); }
H1.HeaderClassName
{
color: #074DDB;
}
.AnyTagClassName
{
color: #074DDB;
}
</style>
background-color css
<style>
a { background-color: #074DDB; }
a { background-color: rgb(7,77,219); }
div.DivClassName
{
background-color: #074DDB;
}
.BgClassName
{
background-color: #074DDB;
}
</style>
border-color css
<style>
span { border-color: #074DDB; }
span { border-color: rgb(7,77,219); }
td.TdClassName
{
border-color: #074DDB;
}
.TagClassName
{
border-color: #074DDB;
}
</style>