Shades of Navy Blue #007EEB
Tints of Navy Blue #007EEB
RGB
CMYK
RGB Variations
Color information
#007EEB (or 0x007EEB) is known color: Navy Blue. HEX triplet: 00, 7E and EB. RGB value is (0,126,235). Sum of RGB (Red+Green+Blue) = 0+126+235=361 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 361); Green value is 126 (49.61% from 255 or 34.90% from 361); Blue value is 235 (92.19% from 255 or 65.10% from 361); Max value from RGB is 235 - color contains mainly: blue. Hex color #007EEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #007EEB is #FF8114. Grayscale: #646464. Windows color (decimal): -16744725 or 15433216. OLE color: 15433216.
HSL color Cylindrical-coordinate representation of color #007EEB: hue angle of 207.83º 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 #007EEB is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 126 | 235 | - |
| CMYK | 1 | 0.46 | 0 | 0.08 |
| HSL | 207.83º | 1% | 0.46% | - |
| HSV(B) | 207.83º | 1% | 0.92% | - |
| XYZ | 22.46 | 20.92 | 81.45 | - |
| YUV | 100.75 | 203.76 | 56.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 126 | 235 | 1 | 0.46 | 0 | 0.08 | 207.83 | 1 | 0.46 |
| Hex | 0 | 7E | EB | 64 | 2E | 0 | 8 | D0 | 64 | 2E |
| Octal | 0 | 176 | 353 | 144 | 56 | 0 | 10 | 320 | 144 | 56 |
| Binary | 0 | 1111110 | 11101011 | 1100100 | 101110 | 0 | 1000 | 11010000 | 1100100 | 101110 |
Color Harmonies of #007EEB
Complementary color
Monochromatic Colors of #007EEB
Black with #007EEB
Text Example
Text Example
White with #007EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007EEB; }
p { color: rgb(0,126,235); }
H1.HeaderClassName
{
color: #007EEB;
}
.AnyTagClassName
{
color: #007EEB;
}
</style>
background-color css
<style>
a { background-color: #007EEB; }
a { background-color: rgb(0,126,235); }
div.DivClassName
{
background-color: #007EEB;
}
.BgClassName
{
background-color: #007EEB;
}
</style>
border-color css
<style>
span { border-color: #007EEB; }
span { border-color: rgb(0,126,235); }
td.TdClassName
{
border-color: #007EEB;
}
.TagClassName
{
border-color: #007EEB;
}
</style>