Shades of Navy Blue #007DCD
Tints of Navy Blue #007DCD
RGB
CMYK
RGB Variations
Color information
#007DCD (or 0x007DCD) is known color: Navy Blue. HEX triplet: 00, 7D and CD. RGB value is (0,125,205). Sum of RGB (Red+Green+Blue) = 0+125+205=330 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 330); Green value is 125 (49.22% from 255 or 37.88% from 330); Blue value is 205 (80.47% from 255 or 62.12% from 330); Max value from RGB is 205 - color contains mainly: blue. Hex color #007DCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007DCD is #FF8232. Grayscale: #606060. Windows color (decimal): -16745011 or 13466880. OLE color: 13466880.
HSL color Cylindrical-coordinate representation of color #007DCD: hue angle of 203.41º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007DCD is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 125 | 205 | - |
| CMYK | 1 | 0.39 | 0 | 0.20 |
| HSL | 203.41º | 1% | 0.4% | - |
| HSV(B) | 203.41º | 1% | 0.8% | - |
| XYZ | 18.35 | 19.08 | 60.47 | - |
| YUV | 96.75 | 189.09 | 59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 125 | 205 | 1 | 0.39 | 0 | 0.20 | 203.41 | 1 | 0.4 |
| Hex | 0 | 7D | CD | 64 | 27 | 0 | 14 | CB | 64 | 28 |
| Octal | 0 | 175 | 315 | 144 | 47 | 0 | 24 | 313 | 144 | 50 |
| Binary | 0 | 1111101 | 11001101 | 1100100 | 100111 | 0 | 10100 | 11001011 | 1100100 | 101000 |
Color Harmonies of #007DCD
Complementary color
Monochromatic Colors of #007DCD
Black with #007DCD
Text Example
Text Example
White with #007DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007DCD; }
p { color: rgb(0,125,205); }
H1.HeaderClassName
{
color: #007DCD;
}
.AnyTagClassName
{
color: #007DCD;
}
</style>
background-color css
<style>
a { background-color: #007DCD; }
a { background-color: rgb(0,125,205); }
div.DivClassName
{
background-color: #007DCD;
}
.BgClassName
{
background-color: #007DCD;
}
</style>
border-color css
<style>
span { border-color: #007DCD; }
span { border-color: rgb(0,125,205); }
td.TdClassName
{
border-color: #007DCD;
}
.TagClassName
{
border-color: #007DCD;
}
</style>