Shades of Navy Blue #007AED
Tints of Navy Blue #007AED
RGB
CMYK
RGB Variations
Color information
#007AED (or 0x007AED) is known color: Navy Blue. HEX triplet: 00, 7A and ED. RGB value is (0,122,237). Sum of RGB (Red+Green+Blue) = 0+122+237=359 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 359); Green value is 122 (48.05% from 255 or 33.98% from 359); Blue value is 237 (92.97% from 255 or 66.02% from 359); Max value from RGB is 237 - color contains mainly: blue. Hex color #007AED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #007AED is #FF8512. Grayscale: #626262. Windows color (decimal): -16745747 or 15563264. OLE color: 15563264.
HSL color Cylindrical-coordinate representation of color #007AED: hue angle of 209.11º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007AED is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 122 | 237 | - |
| CMYK | 1 | 0.49 | 0 | 0.07 |
| HSL | 209.11º | 1% | 0.46% | - |
| HSV(B) | 209.11º | 1% | 0.93% | - |
| XYZ | 22.25 | 20.03 | 82.82 | - |
| YUV | 98.63 | 206.08 | 57.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 122 | 237 | 1 | 0.49 | 0 | 0.07 | 209.11 | 1 | 0.46 |
| Hex | 0 | 7A | ED | 64 | 31 | 0 | 7 | D1 | 64 | 2E |
| Octal | 0 | 172 | 355 | 144 | 61 | 0 | 7 | 321 | 144 | 56 |
| Binary | 0 | 1111010 | 11101101 | 1100100 | 110001 | 0 | 111 | 11010001 | 1100100 | 101110 |
Color Harmonies of #007AED
Complementary color
Monochromatic Colors of #007AED
Black with #007AED
Text Example
Text Example
White with #007AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007AED; }
p { color: rgb(0,122,237); }
H1.HeaderClassName
{
color: #007AED;
}
.AnyTagClassName
{
color: #007AED;
}
</style>
background-color css
<style>
a { background-color: #007AED; }
a { background-color: rgb(0,122,237); }
div.DivClassName
{
background-color: #007AED;
}
.BgClassName
{
background-color: #007AED;
}
</style>
border-color css
<style>
span { border-color: #007AED; }
span { border-color: rgb(0,122,237); }
td.TdClassName
{
border-color: #007AED;
}
.TagClassName
{
border-color: #007AED;
}
</style>