Shades of Navy Blue #007DDD
Tints of Navy Blue #007DDD
RGB
CMYK
RGB Variations
Color information
#007DDD (or 0x007DDD) is known color: Navy Blue. HEX triplet: 00, 7D and DD. RGB value is (0,125,221). Sum of RGB (Red+Green+Blue) = 0+125+221=346 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 346); Green value is 125 (49.22% from 255 or 36.13% from 346); Blue value is 221 (86.72% from 255 or 63.87% from 346); Max value from RGB is 221 - color contains mainly: blue. Hex color #007DDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007DDD is #FF8222. Grayscale: #626262. Windows color (decimal): -16744995 or 14515456. OLE color: 14515456.
HSL color Cylindrical-coordinate representation of color #007DDD: hue angle of 206.06º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007DDD is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 125 | 221 | - |
| CMYK | 1 | 0.43 | 0 | 0.13 |
| HSL | 206.06º | 1% | 0.43% | - |
| HSV(B) | 206.06º | 1% | 0.87% | - |
| XYZ | 20.38 | 19.89 | 71.17 | - |
| YUV | 98.57 | 197.09 | 57.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 125 | 221 | 1 | 0.43 | 0 | 0.13 | 206.06 | 1 | 0.43 |
| Hex | 0 | 7D | DD | 64 | 2B | 0 | D | CE | 64 | 2B |
| Octal | 0 | 175 | 335 | 144 | 53 | 0 | 15 | 316 | 144 | 53 |
| Binary | 0 | 1111101 | 11011101 | 1100100 | 101011 | 0 | 1101 | 11001110 | 1100100 | 101011 |
Color Harmonies of #007DDD
Complementary color
Monochromatic Colors of #007DDD
Black with #007DDD
Text Example
Text Example
White with #007DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007DDD; }
p { color: rgb(0,125,221); }
H1.HeaderClassName
{
color: #007DDD;
}
.AnyTagClassName
{
color: #007DDD;
}
</style>
background-color css
<style>
a { background-color: #007DDD; }
a { background-color: rgb(0,125,221); }
div.DivClassName
{
background-color: #007DDD;
}
.BgClassName
{
background-color: #007DDD;
}
</style>
border-color css
<style>
span { border-color: #007DDD; }
span { border-color: rgb(0,125,221); }
td.TdClassName
{
border-color: #007DDD;
}
.TagClassName
{
border-color: #007DDD;
}
</style>