Shades of Navy Blue #074FDD
Tints of Navy Blue #074FDD
RGB
CMYK
RGB Variations
Color information
#074FDD (or 0x074FDD) is known color: Navy Blue. HEX triplet: 07, 4F and DD. RGB value is (7,79,221). Sum of RGB (Red+Green+Blue) = 7+79+221=307 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.28% from 307); Green value is 79 (31.25% from 255 or 25.73% from 307); Blue value is 221 (86.72% from 255 or 71.99% from 307); Max value from RGB is 221 - color contains mainly: blue. Hex color #074FDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #074FDD is #F8B022. Grayscale: #494949. Windows color (decimal): -16298019 or 14503687. OLE color: 14503687.
HSL color Cylindrical-coordinate representation of color #074FDD: hue angle of 219.81º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #074FDD is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 79 | 221 | - |
| CMYK | 0.97 | 0.64 | 0 | 0.13 |
| HSL | 219.81º | 0.94% | 0.45% | - |
| HSV(B) | 219.81º | 0.97% | 0.87% | - |
| XYZ | 15.93 | 10.86 | 69.66 | - |
| YUV | 73.66 | 211.15 | 80.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 79 | 221 | 0.97 | 0.64 | 0 | 0.13 | 219.81 | 0.94 | 0.45 |
| Hex | 7 | 4F | DD | 61 | 40 | 0 | D | DC | 5E | 2D |
| Octal | 7 | 117 | 335 | 141 | 100 | 0 | 15 | 334 | 136 | 55 |
| Binary | 111 | 1001111 | 11011101 | 1100001 | 1000000 | 0 | 1101 | 11011100 | 1011110 | 101101 |
Color Harmonies of #074FDD
Complementary color
Monochromatic Colors of #074FDD
Black with #074FDD
Text Example
Text Example
White with #074FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074FDD; }
p { color: rgb(7,79,221); }
H1.HeaderClassName
{
color: #074FDD;
}
.AnyTagClassName
{
color: #074FDD;
}
</style>
background-color css
<style>
a { background-color: #074FDD; }
a { background-color: rgb(7,79,221); }
div.DivClassName
{
background-color: #074FDD;
}
.BgClassName
{
background-color: #074FDD;
}
</style>
border-color css
<style>
span { border-color: #074FDD; }
span { border-color: rgb(7,79,221); }
td.TdClassName
{
border-color: #074FDD;
}
.TagClassName
{
border-color: #074FDD;
}
</style>