Shades of Navy Blue #074DF8
Tints of Navy Blue #074DF8
RGB
CMYK
RGB Variations
Color information
#074DF8 (or 0x074DF8) is known color: Navy Blue. HEX triplet: 07, 4D and F8. RGB value is (7,77,248). Sum of RGB (Red+Green+Blue) = 7+77+248=332 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.11% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 248 (97.27% from 255 or 74.70% from 332); Max value from RGB is 248 - color contains mainly: blue. Hex color #074DF8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #074DF8 is #F8B207. Grayscale: #4A4A4A. Windows color (decimal): -16298504 or 16272647. OLE color: 16272647.
HSL color Cylindrical-coordinate representation of color #074DF8: hue angle of 222.57º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #074DF8 is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 7 | 77 | 248 | - |
| CMYK | 0.97 | 0.69 | 0 | 0.03 |
| HSL | 222.57º | 0.95% | 0.5% | - |
| HSV(B) | 222.57º | 0.97% | 0.97% | - |
| XYZ | 19.68 | 12.13 | 90.11 | - |
| YUV | 75.56 | 225.31 | 79.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 77 | 248 | 0.97 | 0.69 | 0 | 0.03 | 222.57 | 0.95 | 0.5 |
| Hex | 7 | 4D | F8 | 61 | 45 | 0 | 3 | DF | 5F | 32 |
| Octal | 7 | 115 | 370 | 141 | 105 | 0 | 3 | 337 | 137 | 62 |
| Binary | 111 | 1001101 | 11111000 | 1100001 | 1000101 | 0 | 11 | 11011111 | 1011111 | 110010 |
Color Harmonies of #074DF8
Complementary color
Monochromatic Colors of #074DF8
Black with #074DF8
Text Example
Text Example
White with #074DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074DF8; }
p { color: rgb(7,77,248); }
H1.HeaderClassName
{
color: #074DF8;
}
.AnyTagClassName
{
color: #074DF8;
}
</style>
background-color css
<style>
a { background-color: #074DF8; }
a { background-color: rgb(7,77,248); }
div.DivClassName
{
background-color: #074DF8;
}
.BgClassName
{
background-color: #074DF8;
}
</style>
border-color css
<style>
span { border-color: #074DF8; }
span { border-color: rgb(7,77,248); }
td.TdClassName
{
border-color: #074DF8;
}
.TagClassName
{
border-color: #074DF8;
}
</style>