Shades of Navy Blue #074EF5
Tints of Navy Blue #074EF5
RGB
CMYK
RGB Variations
Color information
#074EF5 (or 0x074EF5) is known color: Navy Blue. HEX triplet: 07, 4E and F5. RGB value is (7,78,245). Sum of RGB (Red+Green+Blue) = 7+78+245=330 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.12% from 330); Green value is 78 (30.86% from 255 or 23.64% from 330); Blue value is 245 (96.09% from 255 or 74.24% from 330); Max value from RGB is 245 - color contains mainly: blue. Hex color #074EF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #074EF5 is #F8B10A. Grayscale: #4B4B4B. Windows color (decimal): -16298251 or 16076295. OLE color: 16076295.
HSL color Cylindrical-coordinate representation of color #074EF5: hue angle of 222.1º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #074EF5 is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 7 | 78 | 245 | - |
| CMYK | 0.97 | 0.68 | 0 | 0.04 |
| HSL | 222.1º | 0.94% | 0.49% | - |
| HSV(B) | 222.1º | 0.97% | 0.96% | - |
| XYZ | 19.29 | 12.09 | 87.7 | - |
| YUV | 75.81 | 223.48 | 78.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 78 | 245 | 0.97 | 0.68 | 0 | 0.04 | 222.1 | 0.94 | 0.49 |
| Hex | 7 | 4E | F5 | 61 | 44 | 0 | 4 | DE | 5E | 31 |
| Octal | 7 | 116 | 365 | 141 | 104 | 0 | 4 | 336 | 136 | 61 |
| Binary | 111 | 1001110 | 11110101 | 1100001 | 1000100 | 0 | 100 | 11011110 | 1011110 | 110001 |
Color Harmonies of #074EF5
Complementary color
Monochromatic Colors of #074EF5
Black with #074EF5
Text Example
Text Example
White with #074EF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074EF5; }
p { color: rgb(7,78,245); }
H1.HeaderClassName
{
color: #074EF5;
}
.AnyTagClassName
{
color: #074EF5;
}
</style>
background-color css
<style>
a { background-color: #074EF5; }
a { background-color: rgb(7,78,245); }
div.DivClassName
{
background-color: #074EF5;
}
.BgClassName
{
background-color: #074EF5;
}
</style>
border-color css
<style>
span { border-color: #074EF5; }
span { border-color: rgb(7,78,245); }
td.TdClassName
{
border-color: #074EF5;
}
.TagClassName
{
border-color: #074EF5;
}
</style>