Shades of Navy Blue #007ED3
Tints of Navy Blue #007ED3
RGB
CMYK
RGB Variations
Color information
#007ED3 (or 0x007ED3) is known color: Navy Blue. HEX triplet: 00, 7E and D3. RGB value is (0,126,211). Sum of RGB (Red+Green+Blue) = 0+126+211=337 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 337); Green value is 126 (49.61% from 255 or 37.39% from 337); Blue value is 211 (82.81% from 255 or 62.61% from 337); Max value from RGB is 211 - color contains mainly: blue. Hex color #007ED3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007ED3 is #FF812C. Grayscale: #616161. Windows color (decimal): -16744749 or 13860352. OLE color: 13860352.
HSL color Cylindrical-coordinate representation of color #007ED3: hue angle of 204.17º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007ED3 is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 0 | 126 | 211 | - |
| CMYK | 1 | 0.40 | 0 | 0.17 |
| HSL | 204.17º | 1% | 0.41% | - |
| HSV(B) | 204.17º | 1% | 0.83% | - |
| XYZ | 19.22 | 19.62 | 64.4 | - |
| YUV | 98.02 | 191.76 | 58.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 126 | 211 | 1 | 0.40 | 0 | 0.17 | 204.17 | 1 | 0.41 |
| Hex | 0 | 7E | D3 | 64 | 28 | 0 | 11 | CC | 64 | 29 |
| Octal | 0 | 176 | 323 | 144 | 50 | 0 | 21 | 314 | 144 | 51 |
| Binary | 0 | 1111110 | 11010011 | 1100100 | 101000 | 0 | 10001 | 11001100 | 1100100 | 101001 |
Color Harmonies of #007ED3
Complementary color
Monochromatic Colors of #007ED3
Black with #007ED3
Text Example
Text Example
White with #007ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007ED3; }
p { color: rgb(0,126,211); }
H1.HeaderClassName
{
color: #007ED3;
}
.AnyTagClassName
{
color: #007ED3;
}
</style>
background-color css
<style>
a { background-color: #007ED3; }
a { background-color: rgb(0,126,211); }
div.DivClassName
{
background-color: #007ED3;
}
.BgClassName
{
background-color: #007ED3;
}
</style>
border-color css
<style>
span { border-color: #007ED3; }
span { border-color: rgb(0,126,211); }
td.TdClassName
{
border-color: #007ED3;
}
.TagClassName
{
border-color: #007ED3;
}
</style>