Shades of Navy Blue #074ADC
Tints of Navy Blue #074ADC
RGB
CMYK
RGB Variations
Color information
#074ADC (or 0x074ADC) is known color: Navy Blue. HEX triplet: 07, 4A and DC. RGB value is (7,74,220). Sum of RGB (Red+Green+Blue) = 7+74+220=301 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.33% from 301); Green value is 74 (29.30% from 255 or 24.58% from 301); Blue value is 220 (86.33% from 255 or 73.09% from 301); Max value from RGB is 220 - color contains mainly: blue. Hex color #074ADC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #074ADC is #F8B523. Grayscale: #454545. Windows color (decimal): -16299300 or 14436871. OLE color: 14436871.
HSL color Cylindrical-coordinate representation of color #074ADC: hue angle of 221.13º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #074ADC is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 74 | 220 | - |
| CMYK | 0.97 | 0.66 | 0 | 0.14 |
| HSL | 221.13º | 0.94% | 0.45% | - |
| HSV(B) | 221.13º | 0.97% | 0.86% | - |
| XYZ | 15.45 | 10.11 | 68.85 | - |
| YUV | 70.61 | 212.3 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 74 | 220 | 0.97 | 0.66 | 0 | 0.14 | 221.13 | 0.94 | 0.45 |
| Hex | 7 | 4A | DC | 61 | 42 | 0 | E | DD | 5E | 2D |
| Octal | 7 | 112 | 334 | 141 | 102 | 0 | 16 | 335 | 136 | 55 |
| Binary | 111 | 1001010 | 11011100 | 1100001 | 1000010 | 0 | 1110 | 11011101 | 1011110 | 101101 |
Color Harmonies of #074ADC
Complementary color
Monochromatic Colors of #074ADC
Black with #074ADC
Text Example
Text Example
White with #074ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074ADC; }
p { color: rgb(7,74,220); }
H1.HeaderClassName
{
color: #074ADC;
}
.AnyTagClassName
{
color: #074ADC;
}
</style>
background-color css
<style>
a { background-color: #074ADC; }
a { background-color: rgb(7,74,220); }
div.DivClassName
{
background-color: #074ADC;
}
.BgClassName
{
background-color: #074ADC;
}
</style>
border-color css
<style>
span { border-color: #074ADC; }
span { border-color: rgb(7,74,220); }
td.TdClassName
{
border-color: #074ADC;
}
.TagClassName
{
border-color: #074ADC;
}
</style>