Shades of Navy Blue #017FE1
Tints of Navy Blue #017FE1
RGB
CMYK
RGB Variations
Color information
#017FE1 (or 0x017FE1) is known color: Navy Blue. HEX triplet: 01, 7F and E1. RGB value is (1,127,225). Sum of RGB (Red+Green+Blue) = 1+127+225=353 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 353); Green value is 127 (50% from 255 or 35.98% from 353); Blue value is 225 (88.28% from 255 or 63.74% from 353); Max value from RGB is 225 - color contains mainly: blue. Hex color #017FE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017FE1 is #FE801E. Grayscale: #636363. Windows color (decimal): -16678943 or 14778113. OLE color: 14778113.
HSL color Cylindrical-coordinate representation of color #017FE1: hue angle of 206.25º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #017FE1 is Cyan = 1.00, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 1 | 127 | 225 | - |
| CMYK | 1.00 | 0.44 | 0 | 0.12 |
| HSL | 206.25º | 0.99% | 0.44% | - |
| HSV(B) | 206.25º | 1% | 0.88% | - |
| XYZ | 21.19 | 20.62 | 74.1 | - |
| YUV | 100.5 | 198.26 | 57.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 127 | 225 | 1.00 | 0.44 | 0 | 0.12 | 206.25 | 0.99 | 0.44 |
| Hex | 1 | 7F | E1 | 64 | 2C | 0 | C | CE | 63 | 2C |
| Octal | 1 | 177 | 341 | 144 | 54 | 0 | 14 | 316 | 143 | 54 |
| Binary | 1 | 1111111 | 11100001 | 1100100 | 101100 | 0 | 1100 | 11001110 | 1100011 | 101100 |
Color Harmonies of #017FE1
Complementary color
Monochromatic Colors of #017FE1
Black with #017FE1
Text Example
Text Example
White with #017FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017FE1; }
p { color: rgb(1,127,225); }
H1.HeaderClassName
{
color: #017FE1;
}
.AnyTagClassName
{
color: #017FE1;
}
</style>
background-color css
<style>
a { background-color: #017FE1; }
a { background-color: rgb(1,127,225); }
div.DivClassName
{
background-color: #017FE1;
}
.BgClassName
{
background-color: #017FE1;
}
</style>
border-color css
<style>
span { border-color: #017FE1; }
span { border-color: rgb(1,127,225); }
td.TdClassName
{
border-color: #017FE1;
}
.TagClassName
{
border-color: #017FE1;
}
</style>