Shades of Navy Blue #017FCD
Tints of Navy Blue #017FCD
RGB
CMYK
RGB Variations
Color information
#017FCD (or 0x017FCD) is known color: Navy Blue. HEX triplet: 01, 7F and CD. RGB value is (1,127,205). Sum of RGB (Red+Green+Blue) = 1+127+205=333 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 333); Green value is 127 (50% from 255 or 38.14% from 333); Blue value is 205 (80.47% from 255 or 61.56% from 333); Max value from RGB is 205 - color contains mainly: blue. Hex color #017FCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017FCD is #FE8032. Grayscale: #616161. Windows color (decimal): -16678963 or 13467393. OLE color: 13467393.
HSL color Cylindrical-coordinate representation of color #017FCD: hue angle of 202.94º 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 #017FCD is Cyan = 1.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 1 | 127 | 205 | - |
| CMYK | 1.00 | 0.38 | 0 | 0.20 |
| HSL | 202.94º | 0.99% | 0.4% | - |
| HSV(B) | 202.94º | 1% | 0.8% | - |
| XYZ | 18.62 | 19.59 | 60.56 | - |
| YUV | 98.22 | 188.26 | 58.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 127 | 205 | 1.00 | 0.38 | 0 | 0.20 | 202.94 | 0.99 | 0.4 |
| Hex | 1 | 7F | CD | 64 | 26 | 0 | 14 | CB | 63 | 28 |
| Octal | 1 | 177 | 315 | 144 | 46 | 0 | 24 | 313 | 143 | 50 |
| Binary | 1 | 1111111 | 11001101 | 1100100 | 100110 | 0 | 10100 | 11001011 | 1100011 | 101000 |
Color Harmonies of #017FCD
Complementary color
Monochromatic Colors of #017FCD
Black with #017FCD
Text Example
Text Example
White with #017FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017FCD; }
p { color: rgb(1,127,205); }
H1.HeaderClassName
{
color: #017FCD;
}
.AnyTagClassName
{
color: #017FCD;
}
</style>
background-color css
<style>
a { background-color: #017FCD; }
a { background-color: rgb(1,127,205); }
div.DivClassName
{
background-color: #017FCD;
}
.BgClassName
{
background-color: #017FCD;
}
</style>
border-color css
<style>
span { border-color: #017FCD; }
span { border-color: rgb(1,127,205); }
td.TdClassName
{
border-color: #017FCD;
}
.TagClassName
{
border-color: #017FCD;
}
</style>