Shades of Navy Blue #007ACC
Tints of Navy Blue #007ACC
RGB
CMYK
RGB Variations
Color information
#007ACC (or 0x007ACC) is known color: Navy Blue. HEX triplet: 00, 7A and CC. RGB value is (0,122,204). Sum of RGB (Red+Green+Blue) = 0+122+204=326 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 326); Green value is 122 (48.05% from 255 or 37.42% from 326); Blue value is 204 (80.08% from 255 or 62.58% from 326); Max value from RGB is 204 - color contains mainly: blue. Hex color #007ACC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007ACC is #FF8533. Grayscale: #5E5E5E. Windows color (decimal): -16745780 or 13400576. OLE color: 13400576.
HSL color Cylindrical-coordinate representation of color #007ACC: hue angle of 204.12º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007ACC is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 0 | 122 | 204 | - |
| CMYK | 1 | 0.40 | 0 | 0.2 |
| HSL | 204.12º | 1% | 0.4% | - |
| HSV(B) | 204.12º | 1% | 0.8% | - |
| XYZ | 17.86 | 18.28 | 59.71 | - |
| YUV | 94.87 | 189.58 | 60.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 122 | 204 | 1 | 0.40 | 0 | 0.2 | 204.12 | 1 | 0.4 |
| Hex | 0 | 7A | CC | 64 | 28 | 0 | 14 | CC | 64 | 28 |
| Octal | 0 | 172 | 314 | 144 | 50 | 0 | 24 | 314 | 144 | 50 |
| Binary | 0 | 1111010 | 11001100 | 1100100 | 101000 | 0 | 10100 | 11001100 | 1100100 | 101000 |
Color Harmonies of #007ACC
Complementary color
Monochromatic Colors of #007ACC
Black with #007ACC
Text Example
Text Example
White with #007ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007ACC; }
p { color: rgb(0,122,204); }
H1.HeaderClassName
{
color: #007ACC;
}
.AnyTagClassName
{
color: #007ACC;
}
</style>
background-color css
<style>
a { background-color: #007ACC; }
a { background-color: rgb(0,122,204); }
div.DivClassName
{
background-color: #007ACC;
}
.BgClassName
{
background-color: #007ACC;
}
</style>
border-color css
<style>
span { border-color: #007ACC; }
span { border-color: rgb(0,122,204); }
td.TdClassName
{
border-color: #007ACC;
}
.TagClassName
{
border-color: #007ACC;
}
</style>