Shades of Navy Blue #007DD0
Tints of Navy Blue #007DD0
RGB
CMYK
RGB Variations
Color information
#007DD0 (or 0x007DD0) is known color: Navy Blue. HEX triplet: 00, 7D and D0. RGB value is (0,125,208). Sum of RGB (Red+Green+Blue) = 0+125+208=333 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 333); Green value is 125 (49.22% from 255 or 37.54% from 333); Blue value is 208 (81.64% from 255 or 62.46% from 333); Max value from RGB is 208 - color contains mainly: blue. Hex color #007DD0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007DD0 is #FF822F. Grayscale: #606060. Windows color (decimal): -16745008 or 13663488. OLE color: 13663488.
HSL color Cylindrical-coordinate representation of color #007DD0: hue angle of 203.94º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007DD0 is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 125 | 208 | - |
| CMYK | 1 | 0.40 | 0 | 0.18 |
| HSL | 203.94º | 1% | 0.41% | - |
| HSV(B) | 203.94º | 1% | 0.82% | - |
| XYZ | 18.72 | 19.22 | 62.4 | - |
| YUV | 97.09 | 190.59 | 58.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 125 | 208 | 1 | 0.40 | 0 | 0.18 | 203.94 | 1 | 0.41 |
| Hex | 0 | 7D | D0 | 64 | 28 | 0 | 12 | CC | 64 | 29 |
| Octal | 0 | 175 | 320 | 144 | 50 | 0 | 22 | 314 | 144 | 51 |
| Binary | 0 | 1111101 | 11010000 | 1100100 | 101000 | 0 | 10010 | 11001100 | 1100100 | 101001 |
Color Harmonies of #007DD0
Complementary color
Monochromatic Colors of #007DD0
Black with #007DD0
Text Example
Text Example
White with #007DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007DD0; }
p { color: rgb(0,125,208); }
H1.HeaderClassName
{
color: #007DD0;
}
.AnyTagClassName
{
color: #007DD0;
}
</style>
background-color css
<style>
a { background-color: #007DD0; }
a { background-color: rgb(0,125,208); }
div.DivClassName
{
background-color: #007DD0;
}
.BgClassName
{
background-color: #007DD0;
}
</style>
border-color css
<style>
span { border-color: #007DD0; }
span { border-color: rgb(0,125,208); }
td.TdClassName
{
border-color: #007DD0;
}
.TagClassName
{
border-color: #007DD0;
}
</style>