Shades of Navy Blue #074AFC
Tints of Navy Blue #074AFC
RGB
CMYK
RGB Variations
Color information
#074AFC (or 0x074AFC) is known color: Navy Blue. HEX triplet: 07, 4A and FC. RGB value is (7,74,252). Sum of RGB (Red+Green+Blue) = 7+74+252=333 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.10% from 333); Green value is 74 (29.30% from 255 or 22.22% from 333); Blue value is 252 (98.83% from 255 or 75.68% from 333); Max value from RGB is 252 - color contains mainly: blue. Hex color #074AFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #074AFC is #F8B503. Grayscale: #494949. Windows color (decimal): -16299268 or 16534023. OLE color: 16534023.
HSL color Cylindrical-coordinate representation of color #074AFC: hue angle of 223.59º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #074AFC is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 7 | 74 | 252 | - |
| CMYK | 0.97 | 0.71 | 0 | 0.01 |
| HSL | 223.59º | 0.98% | 0.51% | - |
| HSV(B) | 223.59º | 0.97% | 0.99% | - |
| XYZ | 20.11 | 11.97 | 93.35 | - |
| YUV | 74.26 | 228.3 | 80.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 74 | 252 | 0.97 | 0.71 | 0 | 0.01 | 223.59 | 0.98 | 0.51 |
| Hex | 7 | 4A | FC | 61 | 47 | 0 | 1 | E0 | 62 | 33 |
| Octal | 7 | 112 | 374 | 141 | 107 | 0 | 1 | 340 | 142 | 63 |
| Binary | 111 | 1001010 | 11111100 | 1100001 | 1000111 | 0 | 1 | 11100000 | 1100010 | 110011 |
Color Harmonies of #074AFC
Complementary color
Monochromatic Colors of #074AFC
Black with #074AFC
Text Example
Text Example
White with #074AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074AFC; }
p { color: rgb(7,74,252); }
H1.HeaderClassName
{
color: #074AFC;
}
.AnyTagClassName
{
color: #074AFC;
}
</style>
background-color css
<style>
a { background-color: #074AFC; }
a { background-color: rgb(7,74,252); }
div.DivClassName
{
background-color: #074AFC;
}
.BgClassName
{
background-color: #074AFC;
}
</style>
border-color css
<style>
span { border-color: #074AFC; }
span { border-color: rgb(7,74,252); }
td.TdClassName
{
border-color: #074AFC;
}
.TagClassName
{
border-color: #074AFC;
}
</style>