Shades of Navy Blue #007AE0
Tints of Navy Blue #007AE0
RGB
CMYK
RGB Variations
Color information
#007AE0 (or 0x007AE0) is known color: Navy Blue. HEX triplet: 00, 7A and E0. RGB value is (0,122,224). Sum of RGB (Red+Green+Blue) = 0+122+224=346 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 346); Green value is 122 (48.05% from 255 or 35.26% from 346); Blue value is 224 (87.89% from 255 or 64.74% from 346); Max value from RGB is 224 - color contains mainly: blue. Hex color #007AE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007AE0 is #FF851F. Grayscale: #606060. Windows color (decimal): -16745760 or 14711296. OLE color: 14711296.
HSL color Cylindrical-coordinate representation of color #007AE0: hue angle of 207.32º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007AE0 is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 0 | 122 | 224 | - |
| CMYK | 1 | 0.46 | 0 | 0.12 |
| HSL | 207.32º | 1% | 0.44% | - |
| HSV(B) | 207.32º | 1% | 0.88% | - |
| XYZ | 20.41 | 19.3 | 73.17 | - |
| YUV | 97.15 | 199.58 | 58.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 122 | 224 | 1 | 0.46 | 0 | 0.12 | 207.32 | 1 | 0.44 |
| Hex | 0 | 7A | E0 | 64 | 2E | 0 | C | CF | 64 | 2C |
| Octal | 0 | 172 | 340 | 144 | 56 | 0 | 14 | 317 | 144 | 54 |
| Binary | 0 | 1111010 | 11100000 | 1100100 | 101110 | 0 | 1100 | 11001111 | 1100100 | 101100 |
Color Harmonies of #007AE0
Complementary color
Monochromatic Colors of #007AE0
Black with #007AE0
Text Example
Text Example
White with #007AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007AE0; }
p { color: rgb(0,122,224); }
H1.HeaderClassName
{
color: #007AE0;
}
.AnyTagClassName
{
color: #007AE0;
}
</style>
background-color css
<style>
a { background-color: #007AE0; }
a { background-color: rgb(0,122,224); }
div.DivClassName
{
background-color: #007AE0;
}
.BgClassName
{
background-color: #007AE0;
}
</style>
border-color css
<style>
span { border-color: #007AE0; }
span { border-color: rgb(0,122,224); }
td.TdClassName
{
border-color: #007AE0;
}
.TagClassName
{
border-color: #007AE0;
}
</style>