Shades of Navy Blue #007AD1
Tints of Navy Blue #007AD1
RGB
CMYK
RGB Variations
Color information
#007AD1 (or 0x007AD1) is known color: Navy Blue. HEX triplet: 00, 7A and D1. RGB value is (0,122,209). Sum of RGB (Red+Green+Blue) = 0+122+209=331 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 331); Green value is 122 (48.05% from 255 or 36.86% from 331); Blue value is 209 (82.03% from 255 or 63.14% from 331); Max value from RGB is 209 - color contains mainly: blue. Hex color #007AD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007AD1 is #FF852E. Grayscale: #5E5E5E. Windows color (decimal): -16745775 or 13728256. OLE color: 13728256.
HSL color Cylindrical-coordinate representation of color #007AD1: hue angle of 204.98º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007AD1 is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 122 | 209 | - |
| CMYK | 1 | 0.42 | 0 | 0.18 |
| HSL | 204.98º | 1% | 0.41% | - |
| HSV(B) | 204.98º | 1% | 0.82% | - |
| XYZ | 18.47 | 18.52 | 62.92 | - |
| YUV | 95.44 | 192.08 | 59.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 122 | 209 | 1 | 0.42 | 0 | 0.18 | 204.98 | 1 | 0.41 |
| Hex | 0 | 7A | D1 | 64 | 2A | 0 | 12 | CD | 64 | 29 |
| Octal | 0 | 172 | 321 | 144 | 52 | 0 | 22 | 315 | 144 | 51 |
| Binary | 0 | 1111010 | 11010001 | 1100100 | 101010 | 0 | 10010 | 11001101 | 1100100 | 101001 |
Color Harmonies of #007AD1
Complementary color
Monochromatic Colors of #007AD1
Black with #007AD1
Text Example
Text Example
White with #007AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007AD1; }
p { color: rgb(0,122,209); }
H1.HeaderClassName
{
color: #007AD1;
}
.AnyTagClassName
{
color: #007AD1;
}
</style>
background-color css
<style>
a { background-color: #007AD1; }
a { background-color: rgb(0,122,209); }
div.DivClassName
{
background-color: #007AD1;
}
.BgClassName
{
background-color: #007AD1;
}
</style>
border-color css
<style>
span { border-color: #007AD1; }
span { border-color: rgb(0,122,209); }
td.TdClassName
{
border-color: #007AD1;
}
.TagClassName
{
border-color: #007AD1;
}
</style>