Shades of Navy Blue #007AC7
Tints of Navy Blue #007AC7
RGB
CMYK
RGB Variations
Color information
#007AC7 (or 0x007AC7) is known color: Navy Blue. HEX triplet: 00, 7A and C7. RGB value is (0,122,199). Sum of RGB (Red+Green+Blue) = 0+122+199=321 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 321); Green value is 122 (48.05% from 255 or 38.01% from 321); Blue value is 199 (78.12% from 255 or 61.99% from 321); Max value from RGB is 199 - color contains mainly: blue. Hex color #007AC7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007AC7 is #FF8538. Grayscale: #5D5D5D. Windows color (decimal): -16745785 or 13072896. OLE color: 13072896.
HSL color Cylindrical-coordinate representation of color #007AC7: hue angle of 203.22º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007AC7 is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 0 | 122 | 199 | - |
| CMYK | 1 | 0.39 | 0 | 0.22 |
| HSL | 203.22º | 1% | 0.39% | - |
| HSV(B) | 203.22º | 1% | 0.78% | - |
| XYZ | 17.27 | 18.04 | 56.61 | - |
| YUV | 94.3 | 187.08 | 60.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 122 | 199 | 1 | 0.39 | 0 | 0.22 | 203.22 | 1 | 0.39 |
| Hex | 0 | 7A | C7 | 64 | 27 | 0 | 16 | CB | 64 | 27 |
| Octal | 0 | 172 | 307 | 144 | 47 | 0 | 26 | 313 | 144 | 47 |
| Binary | 0 | 1111010 | 11000111 | 1100100 | 100111 | 0 | 10110 | 11001011 | 1100100 | 100111 |
Color Harmonies of #007AC7
Complementary color
Monochromatic Colors of #007AC7
Black with #007AC7
Text Example
Text Example
White with #007AC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007AC7; }
p { color: rgb(0,122,199); }
H1.HeaderClassName
{
color: #007AC7;
}
.AnyTagClassName
{
color: #007AC7;
}
</style>
background-color css
<style>
a { background-color: #007AC7; }
a { background-color: rgb(0,122,199); }
div.DivClassName
{
background-color: #007AC7;
}
.BgClassName
{
background-color: #007AC7;
}
</style>
border-color css
<style>
span { border-color: #007AC7; }
span { border-color: rgb(0,122,199); }
td.TdClassName
{
border-color: #007AC7;
}
.TagClassName
{
border-color: #007AC7;
}
</style>