Shades of Navy Blue #007ADD
Tints of Navy Blue #007ADD
RGB
CMYK
RGB Variations
Color information
#007ADD (or 0x007ADD) is known color: Navy Blue. HEX triplet: 00, 7A and DD. RGB value is (0,122,221). Sum of RGB (Red+Green+Blue) = 0+122+221=343 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 343); Green value is 122 (48.05% from 255 or 35.57% from 343); Blue value is 221 (86.72% from 255 or 64.43% from 343); Max value from RGB is 221 - color contains mainly: blue. Hex color #007ADD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007ADD is #FF8522. Grayscale: #606060. Windows color (decimal): -16745763 or 14514688. OLE color: 14514688.
HSL color Cylindrical-coordinate representation of color #007ADD: hue angle of 206.88º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007ADD is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 122 | 221 | - |
| CMYK | 1 | 0.45 | 0 | 0.13 |
| HSL | 206.88º | 1% | 0.43% | - |
| HSV(B) | 206.88º | 1% | 0.87% | - |
| XYZ | 20.01 | 19.14 | 71.05 | - |
| YUV | 96.81 | 198.08 | 58.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 122 | 221 | 1 | 0.45 | 0 | 0.13 | 206.88 | 1 | 0.43 |
| Hex | 0 | 7A | DD | 64 | 2D | 0 | D | CF | 64 | 2B |
| Octal | 0 | 172 | 335 | 144 | 55 | 0 | 15 | 317 | 144 | 53 |
| Binary | 0 | 1111010 | 11011101 | 1100100 | 101101 | 0 | 1101 | 11001111 | 1100100 | 101011 |
Color Harmonies of #007ADD
Complementary color
Monochromatic Colors of #007ADD
Black with #007ADD
Text Example
Text Example
White with #007ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007ADD; }
p { color: rgb(0,122,221); }
H1.HeaderClassName
{
color: #007ADD;
}
.AnyTagClassName
{
color: #007ADD;
}
</style>
background-color css
<style>
a { background-color: #007ADD; }
a { background-color: rgb(0,122,221); }
div.DivClassName
{
background-color: #007ADD;
}
.BgClassName
{
background-color: #007ADD;
}
</style>
border-color css
<style>
span { border-color: #007ADD; }
span { border-color: rgb(0,122,221); }
td.TdClassName
{
border-color: #007ADD;
}
.TagClassName
{
border-color: #007ADD;
}
</style>