Shades of Navy Blue #007DDF
Tints of Navy Blue #007DDF
RGB
CMYK
RGB Variations
Color information
#007DDF (or 0x007DDF) is known color: Navy Blue. HEX triplet: 00, 7D and DF. RGB value is (0,125,223). Sum of RGB (Red+Green+Blue) = 0+125+223=348 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 348); Green value is 125 (49.22% from 255 or 35.92% from 348); Blue value is 223 (87.5% from 255 or 64.08% from 348); Max value from RGB is 223 - color contains mainly: blue. Hex color #007DDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007DDF is #FF8220. Grayscale: #626262. Windows color (decimal): -16744993 or 14646528. OLE color: 14646528.
HSL color Cylindrical-coordinate representation of color #007DDF: hue angle of 206.37º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007DDF is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 125 | 223 | - |
| CMYK | 1 | 0.44 | 0 | 0.13 |
| HSL | 206.37º | 1% | 0.44% | - |
| HSV(B) | 206.37º | 1% | 0.87% | - |
| XYZ | 20.65 | 19.99 | 72.58 | - |
| YUV | 98.8 | 198.09 | 57.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 125 | 223 | 1 | 0.44 | 0 | 0.13 | 206.37 | 1 | 0.44 |
| Hex | 0 | 7D | DF | 64 | 2C | 0 | D | CE | 64 | 2C |
| Octal | 0 | 175 | 337 | 144 | 54 | 0 | 15 | 316 | 144 | 54 |
| Binary | 0 | 1111101 | 11011111 | 1100100 | 101100 | 0 | 1101 | 11001110 | 1100100 | 101100 |
Color Harmonies of #007DDF
Complementary color
Monochromatic Colors of #007DDF
Black with #007DDF
Text Example
Text Example
White with #007DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007DDF; }
p { color: rgb(0,125,223); }
H1.HeaderClassName
{
color: #007DDF;
}
.AnyTagClassName
{
color: #007DDF;
}
</style>
background-color css
<style>
a { background-color: #007DDF; }
a { background-color: rgb(0,125,223); }
div.DivClassName
{
background-color: #007DDF;
}
.BgClassName
{
background-color: #007DDF;
}
</style>
border-color css
<style>
span { border-color: #007DDF; }
span { border-color: rgb(0,125,223); }
td.TdClassName
{
border-color: #007DDF;
}
.TagClassName
{
border-color: #007DDF;
}
</style>