Shades of Navy Blue #007AE5
Tints of Navy Blue #007AE5
RGB
CMYK
RGB Variations
Color information
#007AE5 (or 0x007AE5) is known color: Navy Blue. HEX triplet: 00, 7A and E5. RGB value is (0,122,229). Sum of RGB (Red+Green+Blue) = 0+122+229=351 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 351); Green value is 122 (48.05% from 255 or 34.76% from 351); Blue value is 229 (89.84% from 255 or 65.24% from 351); Max value from RGB is 229 - color contains mainly: blue. Hex color #007AE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007AE5 is #FF851A. Grayscale: #616161. Windows color (decimal): -16745755 or 15038976. OLE color: 15038976.
HSL color Cylindrical-coordinate representation of color #007AE5: hue angle of 208.03º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007AE5 is Cyan = 1, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 0 | 122 | 229 | - |
| CMYK | 1 | 0.47 | 0 | 0.10 |
| HSL | 208.03º | 1% | 0.45% | - |
| HSV(B) | 208.03º | 1% | 0.9% | - |
| XYZ | 21.1 | 19.58 | 76.8 | - |
| YUV | 97.72 | 202.08 | 58.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 122 | 229 | 1 | 0.47 | 0 | 0.10 | 208.03 | 1 | 0.45 |
| Hex | 0 | 7A | E5 | 64 | 2F | 0 | A | D0 | 64 | 2D |
| Octal | 0 | 172 | 345 | 144 | 57 | 0 | 12 | 320 | 144 | 55 |
| Binary | 0 | 1111010 | 11100101 | 1100100 | 101111 | 0 | 1010 | 11010000 | 1100100 | 101101 |
Color Harmonies of #007AE5
Complementary color
Monochromatic Colors of #007AE5
Black with #007AE5
Text Example
Text Example
White with #007AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007AE5; }
p { color: rgb(0,122,229); }
H1.HeaderClassName
{
color: #007AE5;
}
.AnyTagClassName
{
color: #007AE5;
}
</style>
background-color css
<style>
a { background-color: #007AE5; }
a { background-color: rgb(0,122,229); }
div.DivClassName
{
background-color: #007AE5;
}
.BgClassName
{
background-color: #007AE5;
}
</style>
border-color css
<style>
span { border-color: #007AE5; }
span { border-color: rgb(0,122,229); }
td.TdClassName
{
border-color: #007AE5;
}
.TagClassName
{
border-color: #007AE5;
}
</style>