Shades of Navy Blue #017DC5
Tints of Navy Blue #017DC5
RGB
CMYK
RGB Variations
Color information
#017DC5 (or 0x017DC5) is known color: Navy Blue. HEX triplet: 01, 7D and C5. RGB value is (1,125,197). Sum of RGB (Red+Green+Blue) = 1+125+197=323 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 323); Green value is 125 (49.22% from 255 or 38.70% from 323); Blue value is 197 (77.34% from 255 or 60.99% from 323); Max value from RGB is 197 - color contains mainly: blue. Hex color #017DC5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017DC5 is #FE823A. Grayscale: #5F5F5F. Windows color (decimal): -16679483 or 12942593. OLE color: 12942593.
HSL color Cylindrical-coordinate representation of color #017DC5: hue angle of 202.04º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017DC5 is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 1 | 125 | 197 | - |
| CMYK | 0.99 | 0.37 | 0 | 0.23 |
| HSL | 202.04º | 0.99% | 0.39% | - |
| HSV(B) | 202.04º | 0.99% | 0.77% | - |
| XYZ | 17.42 | 18.7 | 55.52 | - |
| YUV | 96.13 | 184.92 | 60.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 125 | 197 | 0.99 | 0.37 | 0 | 0.23 | 202.04 | 0.99 | 0.39 |
| Hex | 1 | 7D | C5 | 63 | 25 | 0 | 17 | CA | 63 | 27 |
| Octal | 1 | 175 | 305 | 143 | 45 | 0 | 27 | 312 | 143 | 47 |
| Binary | 1 | 1111101 | 11000101 | 1100011 | 100101 | 0 | 10111 | 11001010 | 1100011 | 100111 |
Color Harmonies of #017DC5
Complementary color
Monochromatic Colors of #017DC5
Black with #017DC5
Text Example
Text Example
White with #017DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017DC5; }
p { color: rgb(1,125,197); }
H1.HeaderClassName
{
color: #017DC5;
}
.AnyTagClassName
{
color: #017DC5;
}
</style>
background-color css
<style>
a { background-color: #017DC5; }
a { background-color: rgb(1,125,197); }
div.DivClassName
{
background-color: #017DC5;
}
.BgClassName
{
background-color: #017DC5;
}
</style>
border-color css
<style>
span { border-color: #017DC5; }
span { border-color: rgb(1,125,197); }
td.TdClassName
{
border-color: #017DC5;
}
.TagClassName
{
border-color: #017DC5;
}
</style>