Shades of Navy Blue #074FDA
Tints of Navy Blue #074FDA
RGB
CMYK
RGB Variations
Color information
#074FDA (or 0x074FDA) is known color: Navy Blue. HEX triplet: 07, 4F and DA. RGB value is (7,79,218). Sum of RGB (Red+Green+Blue) = 7+79+218=304 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.30% from 304); Green value is 79 (31.25% from 255 or 25.99% from 304); Blue value is 218 (85.55% from 255 or 71.71% from 304); Max value from RGB is 218 - color contains mainly: blue. Hex color #074FDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #074FDA is #F8B025. Grayscale: #484848. Windows color (decimal): -16298022 or 14307079. OLE color: 14307079.
HSL color Cylindrical-coordinate representation of color #074FDA: hue angle of 219.53º 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 #074FDA is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 7 | 79 | 218 | - |
| CMYK | 0.97 | 0.64 | 0 | 0.15 |
| HSL | 219.53º | 0.94% | 0.44% | - |
| HSV(B) | 219.53º | 0.97% | 0.85% | - |
| XYZ | 15.54 | 10.7 | 67.58 | - |
| YUV | 73.32 | 209.65 | 80.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 79 | 218 | 0.97 | 0.64 | 0 | 0.15 | 219.53 | 0.94 | 0.44 |
| Hex | 7 | 4F | DA | 61 | 40 | 0 | F | DC | 5E | 2C |
| Octal | 7 | 117 | 332 | 141 | 100 | 0 | 17 | 334 | 136 | 54 |
| Binary | 111 | 1001111 | 11011010 | 1100001 | 1000000 | 0 | 1111 | 11011100 | 1011110 | 101100 |
Color Harmonies of #074FDA
Complementary color
Monochromatic Colors of #074FDA
Black with #074FDA
Text Example
Text Example
White with #074FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074FDA; }
p { color: rgb(7,79,218); }
H1.HeaderClassName
{
color: #074FDA;
}
.AnyTagClassName
{
color: #074FDA;
}
</style>
background-color css
<style>
a { background-color: #074FDA; }
a { background-color: rgb(7,79,218); }
div.DivClassName
{
background-color: #074FDA;
}
.BgClassName
{
background-color: #074FDA;
}
</style>
border-color css
<style>
span { border-color: #074FDA; }
span { border-color: rgb(7,79,218); }
td.TdClassName
{
border-color: #074FDA;
}
.TagClassName
{
border-color: #074FDA;
}
</style>