Shades of Navy Blue #007DD5
Tints of Navy Blue #007DD5
RGB
CMYK
RGB Variations
Color information
#007DD5 (or 0x007DD5) is known color: Navy Blue. HEX triplet: 00, 7D and D5. RGB value is (0,125,213). Sum of RGB (Red+Green+Blue) = 0+125+213=338 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 338); Green value is 125 (49.22% from 255 or 36.98% from 338); Blue value is 213 (83.59% from 255 or 63.02% from 338); Max value from RGB is 213 - color contains mainly: blue. Hex color #007DD5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007DD5 is #FF822A. Grayscale: #616161. Windows color (decimal): -16745003 or 13991168. OLE color: 13991168.
HSL color Cylindrical-coordinate representation of color #007DD5: hue angle of 204.79º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007DD5 is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 125 | 213 | - |
| CMYK | 1 | 0.41 | 0 | 0.16 |
| HSL | 204.79º | 1% | 0.42% | - |
| HSV(B) | 204.79º | 1% | 0.84% | - |
| XYZ | 19.34 | 19.47 | 65.69 | - |
| YUV | 97.66 | 193.09 | 58.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 125 | 213 | 1 | 0.41 | 0 | 0.16 | 204.79 | 1 | 0.42 |
| Hex | 0 | 7D | D5 | 64 | 29 | 0 | 10 | CD | 64 | 2A |
| Octal | 0 | 175 | 325 | 144 | 51 | 0 | 20 | 315 | 144 | 52 |
| Binary | 0 | 1111101 | 11010101 | 1100100 | 101001 | 0 | 10000 | 11001101 | 1100100 | 101010 |
Color Harmonies of #007DD5
Complementary color
Monochromatic Colors of #007DD5
Black with #007DD5
Text Example
Text Example
White with #007DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007DD5; }
p { color: rgb(0,125,213); }
H1.HeaderClassName
{
color: #007DD5;
}
.AnyTagClassName
{
color: #007DD5;
}
</style>
background-color css
<style>
a { background-color: #007DD5; }
a { background-color: rgb(0,125,213); }
div.DivClassName
{
background-color: #007DD5;
}
.BgClassName
{
background-color: #007DD5;
}
</style>
border-color css
<style>
span { border-color: #007DD5; }
span { border-color: rgb(0,125,213); }
td.TdClassName
{
border-color: #007DD5;
}
.TagClassName
{
border-color: #007DD5;
}
</style>