Shades of Navy Blue #074DDF
Tints of Navy Blue #074DDF
RGB
CMYK
RGB Variations
Color information
#074DDF (or 0x074DDF) is known color: Navy Blue. HEX triplet: 07, 4D and DF. RGB value is (7,77,223). Sum of RGB (Red+Green+Blue) = 7+77+223=307 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.28% from 307); Green value is 77 (30.47% from 255 or 25.08% from 307); Blue value is 223 (87.5% from 255 or 72.64% from 307); Max value from RGB is 223 - color contains mainly: blue. Hex color #074DDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #074DDF is #F8B220. Grayscale: #484848. Windows color (decimal): -16298529 or 14634247. OLE color: 14634247.
HSL color Cylindrical-coordinate representation of color #074DDF: hue angle of 220.56º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #074DDF is Cyan = 0.97, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 77 | 223 | - |
| CMYK | 0.97 | 0.65 | 0 | 0.13 |
| HSL | 220.56º | 0.94% | 0.45% | - |
| HSV(B) | 220.56º | 0.97% | 0.87% | - |
| XYZ | 16.06 | 10.68 | 71.03 | - |
| YUV | 72.71 | 212.81 | 81.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 77 | 223 | 0.97 | 0.65 | 0 | 0.13 | 220.56 | 0.94 | 0.45 |
| Hex | 7 | 4D | DF | 61 | 41 | 0 | D | DD | 5E | 2D |
| Octal | 7 | 115 | 337 | 141 | 101 | 0 | 15 | 335 | 136 | 55 |
| Binary | 111 | 1001101 | 11011111 | 1100001 | 1000001 | 0 | 1101 | 11011101 | 1011110 | 101101 |
Color Harmonies of #074DDF
Complementary color
Monochromatic Colors of #074DDF
Black with #074DDF
Text Example
Text Example
White with #074DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074DDF; }
p { color: rgb(7,77,223); }
H1.HeaderClassName
{
color: #074DDF;
}
.AnyTagClassName
{
color: #074DDF;
}
</style>
background-color css
<style>
a { background-color: #074DDF; }
a { background-color: rgb(7,77,223); }
div.DivClassName
{
background-color: #074DDF;
}
.BgClassName
{
background-color: #074DDF;
}
</style>
border-color css
<style>
span { border-color: #074DDF; }
span { border-color: rgb(7,77,223); }
td.TdClassName
{
border-color: #074DDF;
}
.TagClassName
{
border-color: #074DDF;
}
</style>