Shades of Navy Blue #007ADC
Tints of Navy Blue #007ADC
RGB
CMYK
RGB Variations
Color information
#007ADC (or 0x007ADC) is known color: Navy Blue. HEX triplet: 00, 7A and DC. RGB value is (0,122,220). Sum of RGB (Red+Green+Blue) = 0+122+220=342 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 342); Green value is 122 (48.05% from 255 or 35.67% from 342); Blue value is 220 (86.33% from 255 or 64.33% from 342); Max value from RGB is 220 - color contains mainly: blue. Hex color #007ADC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007ADC is #FF8523. Grayscale: #606060. Windows color (decimal): -16745764 or 14449152. OLE color: 14449152.
HSL color Cylindrical-coordinate representation of color #007ADC: hue angle of 206.73º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007ADC is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 122 | 220 | - |
| CMYK | 1 | 0.45 | 0 | 0.14 |
| HSL | 206.73º | 1% | 0.43% | - |
| HSV(B) | 206.73º | 1% | 0.86% | - |
| XYZ | 19.88 | 19.09 | 70.35 | - |
| YUV | 96.69 | 197.58 | 59.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 122 | 220 | 1 | 0.45 | 0 | 0.14 | 206.73 | 1 | 0.43 |
| Hex | 0 | 7A | DC | 64 | 2D | 0 | E | CF | 64 | 2B |
| Octal | 0 | 172 | 334 | 144 | 55 | 0 | 16 | 317 | 144 | 53 |
| Binary | 0 | 1111010 | 11011100 | 1100100 | 101101 | 0 | 1110 | 11001111 | 1100100 | 101011 |
Color Harmonies of #007ADC
Complementary color
Monochromatic Colors of #007ADC
Black with #007ADC
Text Example
Text Example
White with #007ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007ADC; }
p { color: rgb(0,122,220); }
H1.HeaderClassName
{
color: #007ADC;
}
.AnyTagClassName
{
color: #007ADC;
}
</style>
background-color css
<style>
a { background-color: #007ADC; }
a { background-color: rgb(0,122,220); }
div.DivClassName
{
background-color: #007ADC;
}
.BgClassName
{
background-color: #007ADC;
}
</style>
border-color css
<style>
span { border-color: #007ADC; }
span { border-color: rgb(0,122,220); }
td.TdClassName
{
border-color: #007ADC;
}
.TagClassName
{
border-color: #007ADC;
}
</style>