Shades of Navy Blue #007AC8
Tints of Navy Blue #007AC8
RGB
CMYK
RGB Variations
Color information
#007AC8 (or 0x007AC8) is known color: Navy Blue. HEX triplet: 00, 7A and C8. RGB value is (0,122,200). Sum of RGB (Red+Green+Blue) = 0+122+200=322 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 322); Green value is 122 (48.05% from 255 or 37.89% from 322); Blue value is 200 (78.52% from 255 or 62.11% from 322); Max value from RGB is 200 - color contains mainly: blue. Hex color #007AC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007AC8 is #FF8537. Grayscale: #5D5D5D. Windows color (decimal): -16745784 or 13138432. OLE color: 13138432.
HSL color Cylindrical-coordinate representation of color #007AC8: hue angle of 203.4º 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 #007AC8 is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 0 | 122 | 200 | - |
| CMYK | 1 | 0.39 | 0 | 0.22 |
| HSL | 203.4º | 1% | 0.39% | - |
| HSV(B) | 203.4º | 1% | 0.78% | - |
| XYZ | 17.38 | 18.09 | 57.22 | - |
| YUV | 94.41 | 187.58 | 60.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 122 | 200 | 1 | 0.39 | 0 | 0.22 | 203.4 | 1 | 0.39 |
| Hex | 0 | 7A | C8 | 64 | 27 | 0 | 16 | CB | 64 | 27 |
| Octal | 0 | 172 | 310 | 144 | 47 | 0 | 26 | 313 | 144 | 47 |
| Binary | 0 | 1111010 | 11001000 | 1100100 | 100111 | 0 | 10110 | 11001011 | 1100100 | 100111 |
Color Harmonies of #007AC8
Complementary color
Monochromatic Colors of #007AC8
Black with #007AC8
Text Example
Text Example
White with #007AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007AC8; }
p { color: rgb(0,122,200); }
H1.HeaderClassName
{
color: #007AC8;
}
.AnyTagClassName
{
color: #007AC8;
}
</style>
background-color css
<style>
a { background-color: #007AC8; }
a { background-color: rgb(0,122,200); }
div.DivClassName
{
background-color: #007AC8;
}
.BgClassName
{
background-color: #007AC8;
}
</style>
border-color css
<style>
span { border-color: #007AC8; }
span { border-color: rgb(0,122,200); }
td.TdClassName
{
border-color: #007AC8;
}
.TagClassName
{
border-color: #007AC8;
}
</style>