Shades of Navy Blue #074FFF
Tints of Navy Blue #074FFF
RGB
CMYK
RGB Variations
Color information
#074FFF (or 0x074FFF) is known color: Navy Blue. HEX triplet: 07, 4F and FF. RGB value is (7,79,255). Sum of RGB (Red+Green+Blue) = 7+79+255=341 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.05% from 341); Green value is 79 (31.25% from 255 or 23.17% from 341); Blue value is 255 (100% from 255 or 74.78% from 341); Max value from RGB is 255 - color contains mainly: blue. Hex color #074FFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #074FFF is #F8B000. Grayscale: #4C4C4C. Windows color (decimal): -16297985 or 16731911. OLE color: 16731911.
HSL color Cylindrical-coordinate representation of color #074FFF: hue angle of 222.58º 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 #074FFF is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 79 | 255 | - |
| CMYK | 0.97 | 0.69 | 0 | 0 |
| HSL | 222.58º | 1% | 0.51% | - |
| HSV(B) | 222.58º | 0.97% | 1% | - |
| XYZ | 20.93 | 12.86 | 95.99 | - |
| YUV | 77.54 | 228.15 | 77.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 79 | 255 | 0.97 | 0.69 | 0 | 0 | 222.58 | 1 | 0.51 |
| Hex | 7 | 4F | FF | 61 | 45 | 0 | 0 | DF | 64 | 33 |
| Octal | 7 | 117 | 377 | 141 | 105 | 0 | 0 | 337 | 144 | 63 |
| Binary | 111 | 1001111 | 11111111 | 1100001 | 1000101 | 0 | 0 | 11011111 | 1100100 | 110011 |
Color Harmonies of #074FFF
Complementary color
Monochromatic Colors of #074FFF
Black with #074FFF
Text Example
Text Example
White with #074FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074FFF; }
p { color: rgb(7,79,255); }
H1.HeaderClassName
{
color: #074FFF;
}
.AnyTagClassName
{
color: #074FFF;
}
</style>
background-color css
<style>
a { background-color: #074FFF; }
a { background-color: rgb(7,79,255); }
div.DivClassName
{
background-color: #074FFF;
}
.BgClassName
{
background-color: #074FFF;
}
</style>
border-color css
<style>
span { border-color: #074FFF; }
span { border-color: rgb(7,79,255); }
td.TdClassName
{
border-color: #074FFF;
}
.TagClassName
{
border-color: #074FFF;
}
</style>