Shades of Navy Blue #074ADF
Tints of Navy Blue #074ADF
RGB
CMYK
RGB Variations
Color information
#074ADF (or 0x074ADF) is known color: Navy Blue. HEX triplet: 07, 4A and DF. RGB value is (7,74,223). Sum of RGB (Red+Green+Blue) = 7+74+223=304 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.30% from 304); Green value is 74 (29.30% from 255 or 24.34% from 304); Blue value is 223 (87.5% from 255 or 73.36% from 304); Max value from RGB is 223 - color contains mainly: blue. Hex color #074ADF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #074ADF is #F8B520. Grayscale: #464646. Windows color (decimal): -16299297 or 14633479. OLE color: 14633479.
HSL color Cylindrical-coordinate representation of color #074ADF: hue angle of 221.39º 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 #074ADF is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 74 | 223 | - |
| CMYK | 0.97 | 0.67 | 0 | 0.13 |
| HSL | 221.39º | 0.94% | 0.45% | - |
| HSV(B) | 221.39º | 0.97% | 0.87% | - |
| XYZ | 15.86 | 10.27 | 70.96 | - |
| YUV | 70.95 | 213.8 | 82.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 74 | 223 | 0.97 | 0.67 | 0 | 0.13 | 221.39 | 0.94 | 0.45 |
| Hex | 7 | 4A | DF | 61 | 43 | 0 | D | DD | 5E | 2D |
| Octal | 7 | 112 | 337 | 141 | 103 | 0 | 15 | 335 | 136 | 55 |
| Binary | 111 | 1001010 | 11011111 | 1100001 | 1000011 | 0 | 1101 | 11011101 | 1011110 | 101101 |
Color Harmonies of #074ADF
Complementary color
Monochromatic Colors of #074ADF
Black with #074ADF
Text Example
Text Example
White with #074ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074ADF; }
p { color: rgb(7,74,223); }
H1.HeaderClassName
{
color: #074ADF;
}
.AnyTagClassName
{
color: #074ADF;
}
</style>
background-color css
<style>
a { background-color: #074ADF; }
a { background-color: rgb(7,74,223); }
div.DivClassName
{
background-color: #074ADF;
}
.BgClassName
{
background-color: #074ADF;
}
</style>
border-color css
<style>
span { border-color: #074ADF; }
span { border-color: rgb(7,74,223); }
td.TdClassName
{
border-color: #074ADF;
}
.TagClassName
{
border-color: #074ADF;
}
</style>