Shades of Navy Blue #007AC9
Tints of Navy Blue #007AC9
RGB
CMYK
RGB Variations
Color information
#007AC9 (or 0x007AC9) is known color: Navy Blue. HEX triplet: 00, 7A and C9. RGB value is (0,122,201). Sum of RGB (Red+Green+Blue) = 0+122+201=323 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 323); Green value is 122 (48.05% from 255 or 37.77% from 323); Blue value is 201 (78.91% from 255 or 62.23% from 323); Max value from RGB is 201 - color contains mainly: blue. Hex color #007AC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007AC9 is #FF8536. Grayscale: #5E5E5E. Windows color (decimal): -16745783 or 13203968. OLE color: 13203968.
HSL color Cylindrical-coordinate representation of color #007AC9: hue angle of 203.58º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007AC9 is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 0 | 122 | 201 | - |
| CMYK | 1 | 0.39 | 0 | 0.21 |
| HSL | 203.58º | 1% | 0.39% | - |
| HSV(B) | 203.58º | 1% | 0.79% | - |
| XYZ | 17.5 | 18.14 | 57.84 | - |
| YUV | 94.53 | 188.08 | 60.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 122 | 201 | 1 | 0.39 | 0 | 0.21 | 203.58 | 1 | 0.39 |
| Hex | 0 | 7A | C9 | 64 | 27 | 0 | 15 | CC | 64 | 27 |
| Octal | 0 | 172 | 311 | 144 | 47 | 0 | 25 | 314 | 144 | 47 |
| Binary | 0 | 1111010 | 11001001 | 1100100 | 100111 | 0 | 10101 | 11001100 | 1100100 | 100111 |
Color Harmonies of #007AC9
Complementary color
Monochromatic Colors of #007AC9
Black with #007AC9
Text Example
Text Example
White with #007AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007AC9; }
p { color: rgb(0,122,201); }
H1.HeaderClassName
{
color: #007AC9;
}
.AnyTagClassName
{
color: #007AC9;
}
</style>
background-color css
<style>
a { background-color: #007AC9; }
a { background-color: rgb(0,122,201); }
div.DivClassName
{
background-color: #007AC9;
}
.BgClassName
{
background-color: #007AC9;
}
</style>
border-color css
<style>
span { border-color: #007AC9; }
span { border-color: rgb(0,122,201); }
td.TdClassName
{
border-color: #007AC9;
}
.TagClassName
{
border-color: #007AC9;
}
</style>