Shades of Navy Blue #007DC9
Tints of Navy Blue #007DC9
RGB
CMYK
RGB Variations
Color information
#007DC9 (or 0x007DC9) is known color: Navy Blue. HEX triplet: 00, 7D and C9. RGB value is (0,125,201). Sum of RGB (Red+Green+Blue) = 0+125+201=326 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 326); Green value is 125 (49.22% from 255 or 38.34% from 326); Blue value is 201 (78.91% from 255 or 61.66% from 326); Max value from RGB is 201 - color contains mainly: blue. Hex color #007DC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007DC9 is #FF8236. Grayscale: #5F5F5F. Windows color (decimal): -16745015 or 13204736. OLE color: 13204736.
HSL color Cylindrical-coordinate representation of color #007DC9: hue angle of 202.69º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007DC9 is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 0 | 125 | 201 | - |
| CMYK | 1 | 0.38 | 0 | 0.21 |
| HSL | 202.69º | 1% | 0.39% | - |
| HSV(B) | 202.69º | 1% | 0.79% | - |
| XYZ | 17.88 | 18.88 | 57.96 | - |
| YUV | 96.29 | 187.09 | 59.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 125 | 201 | 1 | 0.38 | 0 | 0.21 | 202.69 | 1 | 0.39 |
| Hex | 0 | 7D | C9 | 64 | 26 | 0 | 15 | CB | 64 | 27 |
| Octal | 0 | 175 | 311 | 144 | 46 | 0 | 25 | 313 | 144 | 47 |
| Binary | 0 | 1111101 | 11001001 | 1100100 | 100110 | 0 | 10101 | 11001011 | 1100100 | 100111 |
Color Harmonies of #007DC9
Complementary color
Monochromatic Colors of #007DC9
Black with #007DC9
Text Example
Text Example
White with #007DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007DC9; }
p { color: rgb(0,125,201); }
H1.HeaderClassName
{
color: #007DC9;
}
.AnyTagClassName
{
color: #007DC9;
}
</style>
background-color css
<style>
a { background-color: #007DC9; }
a { background-color: rgb(0,125,201); }
div.DivClassName
{
background-color: #007DC9;
}
.BgClassName
{
background-color: #007DC9;
}
</style>
border-color css
<style>
span { border-color: #007DC9; }
span { border-color: rgb(0,125,201); }
td.TdClassName
{
border-color: #007DC9;
}
.TagClassName
{
border-color: #007DC9;
}
</style>