Shades of Navy Blue #074AFE
Tints of Navy Blue #074AFE
RGB
CMYK
RGB Variations
Color information
#074AFE (or 0x074AFE) is known color: Navy Blue. HEX triplet: 07, 4A and FE. RGB value is (7,74,254). Sum of RGB (Red+Green+Blue) = 7+74+254=335 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.09% from 335); Green value is 74 (29.30% from 255 or 22.09% from 335); Blue value is 254 (99.61% from 255 or 75.82% from 335); Max value from RGB is 254 - color contains mainly: blue. Hex color #074AFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #074AFE is #F8B501. Grayscale: #494949. Windows color (decimal): -16299266 or 16665095. OLE color: 16665095.
HSL color Cylindrical-coordinate representation of color #074AFE: hue angle of 223.72º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #074AFE is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 7 | 74 | 254 | - |
| CMYK | 0.97 | 0.71 | 0 | 0.00 |
| HSL | 223.72º | 0.99% | 0.51% | - |
| HSV(B) | 223.72º | 0.97% | 1% | - |
| XYZ | 20.43 | 12.1 | 95.02 | - |
| YUV | 74.49 | 229.3 | 79.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 74 | 254 | 0.97 | 0.71 | 0 | 0.00 | 223.72 | 0.99 | 0.51 |
| Hex | 7 | 4A | FE | 61 | 47 | 0 | 0 | E0 | 63 | 33 |
| Octal | 7 | 112 | 376 | 141 | 107 | 0 | 0 | 340 | 143 | 63 |
| Binary | 111 | 1001010 | 11111110 | 1100001 | 1000111 | 0 | 0 | 11100000 | 1100011 | 110011 |
Color Harmonies of #074AFE
Complementary color
Monochromatic Colors of #074AFE
Black with #074AFE
Text Example
Text Example
White with #074AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074AFE; }
p { color: rgb(7,74,254); }
H1.HeaderClassName
{
color: #074AFE;
}
.AnyTagClassName
{
color: #074AFE;
}
</style>
background-color css
<style>
a { background-color: #074AFE; }
a { background-color: rgb(7,74,254); }
div.DivClassName
{
background-color: #074AFE;
}
.BgClassName
{
background-color: #074AFE;
}
</style>
border-color css
<style>
span { border-color: #074AFE; }
span { border-color: rgb(7,74,254); }
td.TdClassName
{
border-color: #074AFE;
}
.TagClassName
{
border-color: #074AFE;
}
</style>