Shades of Navy Blue #017FDE
Tints of Navy Blue #017FDE
RGB
CMYK
RGB Variations
Color information
#017FDE (or 0x017FDE) is known color: Navy Blue. HEX triplet: 01, 7F and DE. RGB value is (1,127,222). Sum of RGB (Red+Green+Blue) = 1+127+222=350 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 350); Green value is 127 (50% from 255 or 36.29% from 350); Blue value is 222 (87.11% from 255 or 63.43% from 350); Max value from RGB is 222 - color contains mainly: blue. Hex color #017FDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017FDE is #FE8021. Grayscale: #636363. Windows color (decimal): -16678946 or 14581505. OLE color: 14581505.
HSL color Cylindrical-coordinate representation of color #017FDE: hue angle of 205.79º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #017FDE is Cyan = 1.00, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 127 | 222 | - |
| CMYK | 1.00 | 0.43 | 0 | 0.13 |
| HSL | 205.79º | 0.99% | 0.44% | - |
| HSV(B) | 205.79º | 1% | 0.87% | - |
| XYZ | 20.79 | 20.46 | 71.96 | - |
| YUV | 100.16 | 196.76 | 57.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 127 | 222 | 1.00 | 0.43 | 0 | 0.13 | 205.79 | 0.99 | 0.44 |
| Hex | 1 | 7F | DE | 64 | 2B | 0 | D | CE | 63 | 2C |
| Octal | 1 | 177 | 336 | 144 | 53 | 0 | 15 | 316 | 143 | 54 |
| Binary | 1 | 1111111 | 11011110 | 1100100 | 101011 | 0 | 1101 | 11001110 | 1100011 | 101100 |
Color Harmonies of #017FDE
Complementary color
Monochromatic Colors of #017FDE
Black with #017FDE
Text Example
Text Example
White with #017FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017FDE; }
p { color: rgb(1,127,222); }
H1.HeaderClassName
{
color: #017FDE;
}
.AnyTagClassName
{
color: #017FDE;
}
</style>
background-color css
<style>
a { background-color: #017FDE; }
a { background-color: rgb(1,127,222); }
div.DivClassName
{
background-color: #017FDE;
}
.BgClassName
{
background-color: #017FDE;
}
</style>
border-color css
<style>
span { border-color: #017FDE; }
span { border-color: rgb(1,127,222); }
td.TdClassName
{
border-color: #017FDE;
}
.TagClassName
{
border-color: #017FDE;
}
</style>