Shades of Navy Blue #074AFF
Tints of Navy Blue #074AFF
RGB
CMYK
RGB Variations
Color information
#074AFF (or 0x074AFF) is known color: Navy Blue. HEX triplet: 07, 4A and FF. RGB value is (7,74,255). Sum of RGB (Red+Green+Blue) = 7+74+255=336 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.08% from 336); Green value is 74 (29.30% from 255 or 22.02% from 336); Blue value is 255 (100% from 255 or 75.89% from 336); Max value from RGB is 255 - color contains mainly: blue. Hex color #074AFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #074AFF is #F8B500. Grayscale: #494949. Windows color (decimal): -16299265 or 16730631. OLE color: 16730631.
HSL color Cylindrical-coordinate representation of color #074AFF: hue angle of 223.79º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #074AFF is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 74 | 255 | - |
| CMYK | 0.97 | 0.71 | 0 | 0 |
| HSL | 223.79º | 1% | 0.51% | - |
| HSV(B) | 223.79º | 0.97% | 1% | - |
| XYZ | 20.59 | 12.16 | 95.87 | - |
| YUV | 74.6 | 229.8 | 79.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 74 | 255 | 0.97 | 0.71 | 0 | 0 | 223.79 | 1 | 0.51 |
| Hex | 7 | 4A | FF | 61 | 47 | 0 | 0 | E0 | 64 | 33 |
| Octal | 7 | 112 | 377 | 141 | 107 | 0 | 0 | 340 | 144 | 63 |
| Binary | 111 | 1001010 | 11111111 | 1100001 | 1000111 | 0 | 0 | 11100000 | 1100100 | 110011 |
Color Harmonies of #074AFF
Complementary color
Monochromatic Colors of #074AFF
Black with #074AFF
Text Example
Text Example
White with #074AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074AFF; }
p { color: rgb(7,74,255); }
H1.HeaderClassName
{
color: #074AFF;
}
.AnyTagClassName
{
color: #074AFF;
}
</style>
background-color css
<style>
a { background-color: #074AFF; }
a { background-color: rgb(7,74,255); }
div.DivClassName
{
background-color: #074AFF;
}
.BgClassName
{
background-color: #074AFF;
}
</style>
border-color css
<style>
span { border-color: #074AFF; }
span { border-color: rgb(7,74,255); }
td.TdClassName
{
border-color: #074AFF;
}
.TagClassName
{
border-color: #074AFF;
}
</style>