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