Shades of Navy Blue #017ED3
Tints of Navy Blue #017ED3
RGB
CMYK
RGB Variations
Color information
#017ED3 (or 0x017ED3) is known color: Navy Blue. HEX triplet: 01, 7E and D3. RGB value is (1,126,211). Sum of RGB (Red+Green+Blue) = 1+126+211=338 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 338); Green value is 126 (49.61% from 255 or 37.28% from 338); Blue value is 211 (82.81% from 255 or 62.43% from 338); Max value from RGB is 211 - color contains mainly: blue. Hex color #017ED3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017ED3 is #FE812C. Grayscale: #616161. Windows color (decimal): -16679213 or 13860353. OLE color: 13860353.
HSL color Cylindrical-coordinate representation of color #017ED3: hue angle of 204.29º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #017ED3 is Cyan = 1.00, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 1 | 126 | 211 | - |
| CMYK | 1.00 | 0.40 | 0 | 0.17 |
| HSL | 204.29º | 0.99% | 0.42% | - |
| HSV(B) | 204.29º | 1% | 0.83% | - |
| XYZ | 19.23 | 19.63 | 64.4 | - |
| YUV | 98.32 | 191.59 | 58.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 126 | 211 | 1.00 | 0.40 | 0 | 0.17 | 204.29 | 0.99 | 0.42 |
| Hex | 1 | 7E | D3 | 64 | 28 | 0 | 11 | CC | 63 | 2A |
| Octal | 1 | 176 | 323 | 144 | 50 | 0 | 21 | 314 | 143 | 52 |
| Binary | 1 | 1111110 | 11010011 | 1100100 | 101000 | 0 | 10001 | 11001100 | 1100011 | 101010 |
Color Harmonies of #017ED3
Complementary color
Monochromatic Colors of #017ED3
Black with #017ED3
Text Example
Text Example
White with #017ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017ED3; }
p { color: rgb(1,126,211); }
H1.HeaderClassName
{
color: #017ED3;
}
.AnyTagClassName
{
color: #017ED3;
}
</style>
background-color css
<style>
a { background-color: #017ED3; }
a { background-color: rgb(1,126,211); }
div.DivClassName
{
background-color: #017ED3;
}
.BgClassName
{
background-color: #017ED3;
}
</style>
border-color css
<style>
span { border-color: #017ED3; }
span { border-color: rgb(1,126,211); }
td.TdClassName
{
border-color: #017ED3;
}
.TagClassName
{
border-color: #017ED3;
}
</style>