Shades of Navy Blue #074DFB
Tints of Navy Blue #074DFB
RGB
CMYK
RGB Variations
Color information
#074DFB (or 0x074DFB) is known color: Navy Blue. HEX triplet: 07, 4D and FB. RGB value is (7,77,251). Sum of RGB (Red+Green+Blue) = 7+77+251=335 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.09% from 335); Green value is 77 (30.47% from 255 or 22.99% from 335); Blue value is 251 (98.44% from 255 or 74.93% from 335); Max value from RGB is 251 - color contains mainly: blue. Hex color #074DFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #074DFB is #F8B204. Grayscale: #4B4B4B. Windows color (decimal): -16298501 or 16469255. OLE color: 16469255.
HSL color Cylindrical-coordinate representation of color #074DFB: hue angle of 222.79º 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 #074DFB is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 7 | 77 | 251 | - |
| CMYK | 0.97 | 0.69 | 0 | 0.02 |
| HSL | 222.79º | 0.97% | 0.51% | - |
| HSV(B) | 222.79º | 0.97% | 0.98% | - |
| XYZ | 20.15 | 12.32 | 92.58 | - |
| YUV | 75.91 | 226.81 | 78.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 77 | 251 | 0.97 | 0.69 | 0 | 0.02 | 222.79 | 0.97 | 0.51 |
| Hex | 7 | 4D | FB | 61 | 45 | 0 | 2 | DF | 61 | 33 |
| Octal | 7 | 115 | 373 | 141 | 105 | 0 | 2 | 337 | 141 | 63 |
| Binary | 111 | 1001101 | 11111011 | 1100001 | 1000101 | 0 | 10 | 11011111 | 1100001 | 110011 |
Color Harmonies of #074DFB
Complementary color
Monochromatic Colors of #074DFB
Black with #074DFB
Text Example
Text Example
White with #074DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074DFB; }
p { color: rgb(7,77,251); }
H1.HeaderClassName
{
color: #074DFB;
}
.AnyTagClassName
{
color: #074DFB;
}
</style>
background-color css
<style>
a { background-color: #074DFB; }
a { background-color: rgb(7,77,251); }
div.DivClassName
{
background-color: #074DFB;
}
.BgClassName
{
background-color: #074DFB;
}
</style>
border-color css
<style>
span { border-color: #074DFB; }
span { border-color: rgb(7,77,251); }
td.TdClassName
{
border-color: #074DFB;
}
.TagClassName
{
border-color: #074DFB;
}
</style>