Shades of Navy Blue #007AC1
Tints of Navy Blue #007AC1
RGB
CMYK
RGB Variations
Color information
#007AC1 (or 0x007AC1) is known color: Navy Blue. HEX triplet: 00, 7A and C1. RGB value is (0,122,193). Sum of RGB (Red+Green+Blue) = 0+122+193=315 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 315); Green value is 122 (48.05% from 255 or 38.73% from 315); Blue value is 193 (75.78% from 255 or 61.27% from 315); Max value from RGB is 193 - color contains mainly: blue. Hex color #007AC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007AC1 is #FF853E. Grayscale: #5D5D5D. Windows color (decimal): -16745791 or 12679680. OLE color: 12679680.
HSL color Cylindrical-coordinate representation of color #007AC1: hue angle of 202.07º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007AC1 is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 122 | 193 | - |
| CMYK | 1 | 0.37 | 0 | 0.24 |
| HSL | 202.07º | 1% | 0.38% | - |
| HSV(B) | 202.07º | 1% | 0.76% | - |
| XYZ | 16.59 | 17.77 | 53.01 | - |
| YUV | 93.62 | 184.08 | 61.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 122 | 193 | 1 | 0.37 | 0 | 0.24 | 202.07 | 1 | 0.38 |
| Hex | 0 | 7A | C1 | 64 | 25 | 0 | 18 | CA | 64 | 26 |
| Octal | 0 | 172 | 301 | 144 | 45 | 0 | 30 | 312 | 144 | 46 |
| Binary | 0 | 1111010 | 11000001 | 1100100 | 100101 | 0 | 11000 | 11001010 | 1100100 | 100110 |
Color Harmonies of #007AC1
Complementary color
Monochromatic Colors of #007AC1
Black with #007AC1
Text Example
Text Example
White with #007AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007AC1; }
p { color: rgb(0,122,193); }
H1.HeaderClassName
{
color: #007AC1;
}
.AnyTagClassName
{
color: #007AC1;
}
</style>
background-color css
<style>
a { background-color: #007AC1; }
a { background-color: rgb(0,122,193); }
div.DivClassName
{
background-color: #007AC1;
}
.BgClassName
{
background-color: #007AC1;
}
</style>
border-color css
<style>
span { border-color: #007AC1; }
span { border-color: rgb(0,122,193); }
td.TdClassName
{
border-color: #007AC1;
}
.TagClassName
{
border-color: #007AC1;
}
</style>