Shades of Navy Blue #007EEA
Tints of Navy Blue #007EEA
RGB
CMYK
RGB Variations
Color information
#007EEA (or 0x007EEA) is known color: Navy Blue. HEX triplet: 00, 7E and EA. RGB value is (0,126,234). Sum of RGB (Red+Green+Blue) = 0+126+234=360 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 360); Green value is 126 (49.61% from 255 or 35% from 360); Blue value is 234 (91.80% from 255 or 65% from 360); Max value from RGB is 234 - color contains mainly: blue. Hex color #007EEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #007EEA is #FF8115. Grayscale: #646464. Windows color (decimal): -16744726 or 15367680. OLE color: 15367680.
HSL color Cylindrical-coordinate representation of color #007EEA: hue angle of 207.69º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007EEA is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 126 | 234 | - |
| CMYK | 1 | 0.46 | 0 | 0.08 |
| HSL | 207.69º | 1% | 0.46% | - |
| HSV(B) | 207.69º | 1% | 0.92% | - |
| XYZ | 22.31 | 20.86 | 80.69 | - |
| YUV | 100.64 | 203.26 | 56.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 126 | 234 | 1 | 0.46 | 0 | 0.08 | 207.69 | 1 | 0.46 |
| Hex | 0 | 7E | EA | 64 | 2E | 0 | 8 | D0 | 64 | 2E |
| Octal | 0 | 176 | 352 | 144 | 56 | 0 | 10 | 320 | 144 | 56 |
| Binary | 0 | 1111110 | 11101010 | 1100100 | 101110 | 0 | 1000 | 11010000 | 1100100 | 101110 |
Color Harmonies of #007EEA
Complementary color
Monochromatic Colors of #007EEA
Black with #007EEA
Text Example
Text Example
White with #007EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007EEA; }
p { color: rgb(0,126,234); }
H1.HeaderClassName
{
color: #007EEA;
}
.AnyTagClassName
{
color: #007EEA;
}
</style>
background-color css
<style>
a { background-color: #007EEA; }
a { background-color: rgb(0,126,234); }
div.DivClassName
{
background-color: #007EEA;
}
.BgClassName
{
background-color: #007EEA;
}
</style>
border-color css
<style>
span { border-color: #007EEA; }
span { border-color: rgb(0,126,234); }
td.TdClassName
{
border-color: #007EEA;
}
.TagClassName
{
border-color: #007EEA;
}
</style>