Shades of Navy Blue #007AD3
Tints of Navy Blue #007AD3
RGB
CMYK
RGB Variations
Color information
#007AD3 (or 0x007AD3) is known color: Navy Blue. HEX triplet: 00, 7A and D3. RGB value is (0,122,211). Sum of RGB (Red+Green+Blue) = 0+122+211=333 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 333); Green value is 122 (48.05% from 255 or 36.64% from 333); Blue value is 211 (82.81% from 255 or 63.36% from 333); Max value from RGB is 211 - color contains mainly: blue. Hex color #007AD3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007AD3 is #FF852C. Grayscale: #5F5F5F. Windows color (decimal): -16745773 or 13859328. OLE color: 13859328.
HSL color Cylindrical-coordinate representation of color #007AD3: hue angle of 205.31º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007AD3 is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 0 | 122 | 211 | - |
| CMYK | 1 | 0.42 | 0 | 0.17 |
| HSL | 205.31º | 1% | 0.41% | - |
| HSV(B) | 205.31º | 1% | 0.83% | - |
| XYZ | 18.72 | 18.62 | 64.24 | - |
| YUV | 95.67 | 193.08 | 59.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 122 | 211 | 1 | 0.42 | 0 | 0.17 | 205.31 | 1 | 0.41 |
| Hex | 0 | 7A | D3 | 64 | 2A | 0 | 11 | CD | 64 | 29 |
| Octal | 0 | 172 | 323 | 144 | 52 | 0 | 21 | 315 | 144 | 51 |
| Binary | 0 | 1111010 | 11010011 | 1100100 | 101010 | 0 | 10001 | 11001101 | 1100100 | 101001 |
Color Harmonies of #007AD3
Complementary color
Monochromatic Colors of #007AD3
Black with #007AD3
Text Example
Text Example
White with #007AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007AD3; }
p { color: rgb(0,122,211); }
H1.HeaderClassName
{
color: #007AD3;
}
.AnyTagClassName
{
color: #007AD3;
}
</style>
background-color css
<style>
a { background-color: #007AD3; }
a { background-color: rgb(0,122,211); }
div.DivClassName
{
background-color: #007AD3;
}
.BgClassName
{
background-color: #007AD3;
}
</style>
border-color css
<style>
span { border-color: #007AD3; }
span { border-color: rgb(0,122,211); }
td.TdClassName
{
border-color: #007AD3;
}
.TagClassName
{
border-color: #007AD3;
}
</style>