Shades of Navy Blue #074DF9
Tints of Navy Blue #074DF9
RGB
CMYK
RGB Variations
Color information
#074DF9 (or 0x074DF9) is known color: Navy Blue. HEX triplet: 07, 4D and F9. RGB value is (7,77,249). Sum of RGB (Red+Green+Blue) = 7+77+249=333 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.10% from 333); Green value is 77 (30.47% from 255 or 23.12% from 333); Blue value is 249 (97.66% from 255 or 74.77% from 333); Max value from RGB is 249 - color contains mainly: blue. Hex color #074DF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #074DF9 is #F8B206. Grayscale: #4A4A4A. Windows color (decimal): -16298503 or 16338183. OLE color: 16338183.
HSL color Cylindrical-coordinate representation of color #074DF9: hue angle of 222.64º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #074DF9 is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 7 | 77 | 249 | - |
| CMYK | 0.97 | 0.69 | 0 | 0.02 |
| HSL | 222.64º | 0.95% | 0.5% | - |
| HSV(B) | 222.64º | 0.97% | 0.98% | - |
| XYZ | 19.84 | 12.19 | 90.93 | - |
| YUV | 75.68 | 225.81 | 79.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 77 | 249 | 0.97 | 0.69 | 0 | 0.02 | 222.64 | 0.95 | 0.5 |
| Hex | 7 | 4D | F9 | 61 | 45 | 0 | 2 | DF | 5F | 32 |
| Octal | 7 | 115 | 371 | 141 | 105 | 0 | 2 | 337 | 137 | 62 |
| Binary | 111 | 1001101 | 11111001 | 1100001 | 1000101 | 0 | 10 | 11011111 | 1011111 | 110010 |
Color Harmonies of #074DF9
Complementary color
Monochromatic Colors of #074DF9
Black with #074DF9
Text Example
Text Example
White with #074DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074DF9; }
p { color: rgb(7,77,249); }
H1.HeaderClassName
{
color: #074DF9;
}
.AnyTagClassName
{
color: #074DF9;
}
</style>
background-color css
<style>
a { background-color: #074DF9; }
a { background-color: rgb(7,77,249); }
div.DivClassName
{
background-color: #074DF9;
}
.BgClassName
{
background-color: #074DF9;
}
</style>
border-color css
<style>
span { border-color: #074DF9; }
span { border-color: rgb(7,77,249); }
td.TdClassName
{
border-color: #074DF9;
}
.TagClassName
{
border-color: #074DF9;
}
</style>