Shades of Navy Blue #074FFB
Tints of Navy Blue #074FFB
RGB
CMYK
RGB Variations
Color information
#074FFB (or 0x074FFB) is known color: Navy Blue. HEX triplet: 07, 4F and FB. RGB value is (7,79,251). Sum of RGB (Red+Green+Blue) = 7+79+251=337 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.08% from 337); Green value is 79 (31.25% from 255 or 23.44% from 337); Blue value is 251 (98.44% from 255 or 74.48% from 337); Max value from RGB is 251 - color contains mainly: blue. Hex color #074FFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #074FFB is #F8B004. Grayscale: #4C4C4C. Windows color (decimal): -16297989 or 16469767. OLE color: 16469767.
HSL color Cylindrical-coordinate representation of color #074FFB: hue angle of 222.3º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #074FFB is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 7 | 79 | 251 | - |
| CMYK | 0.97 | 0.69 | 0 | 0.02 |
| HSL | 222.3º | 0.97% | 0.51% | - |
| HSV(B) | 222.3º | 0.97% | 0.98% | - |
| XYZ | 20.3 | 12.6 | 92.63 | - |
| YUV | 77.08 | 226.15 | 78.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 79 | 251 | 0.97 | 0.69 | 0 | 0.02 | 222.3 | 0.97 | 0.51 |
| Hex | 7 | 4F | FB | 61 | 45 | 0 | 2 | DE | 61 | 33 |
| Octal | 7 | 117 | 373 | 141 | 105 | 0 | 2 | 336 | 141 | 63 |
| Binary | 111 | 1001111 | 11111011 | 1100001 | 1000101 | 0 | 10 | 11011110 | 1100001 | 110011 |
Color Harmonies of #074FFB
Complementary color
Monochromatic Colors of #074FFB
Black with #074FFB
Text Example
Text Example
White with #074FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074FFB; }
p { color: rgb(7,79,251); }
H1.HeaderClassName
{
color: #074FFB;
}
.AnyTagClassName
{
color: #074FFB;
}
</style>
background-color css
<style>
a { background-color: #074FFB; }
a { background-color: rgb(7,79,251); }
div.DivClassName
{
background-color: #074FFB;
}
.BgClassName
{
background-color: #074FFB;
}
</style>
border-color css
<style>
span { border-color: #074FFB; }
span { border-color: rgb(7,79,251); }
td.TdClassName
{
border-color: #074FFB;
}
.TagClassName
{
border-color: #074FFB;
}
</style>