Shades of Navy Blue #017FD3
Tints of Navy Blue #017FD3
RGB
CMYK
RGB Variations
Color information
#017FD3 (or 0x017FD3) is known color: Navy Blue. HEX triplet: 01, 7F and D3. RGB value is (1,127,211). Sum of RGB (Red+Green+Blue) = 1+127+211=339 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 339); Green value is 127 (50% from 255 or 37.46% from 339); Blue value is 211 (82.81% from 255 or 62.24% from 339); Max value from RGB is 211 - color contains mainly: blue. Hex color #017FD3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017FD3 is #FE802C. Grayscale: #626262. Windows color (decimal): -16678957 or 13860609. OLE color: 13860609.
HSL color Cylindrical-coordinate representation of color #017FD3: hue angle of 204º 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 #017FD3 is Cyan = 1.00, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 1 | 127 | 211 | - |
| CMYK | 1.00 | 0.40 | 0 | 0.17 |
| HSL | 204º | 0.99% | 0.42% | - |
| HSV(B) | 204º | 1% | 0.83% | - |
| XYZ | 19.36 | 19.89 | 64.45 | - |
| YUV | 98.9 | 191.26 | 58.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 127 | 211 | 1.00 | 0.40 | 0 | 0.17 | 204 | 0.99 | 0.42 |
| Hex | 1 | 7F | D3 | 64 | 28 | 0 | 11 | CC | 63 | 2A |
| Octal | 1 | 177 | 323 | 144 | 50 | 0 | 21 | 314 | 143 | 52 |
| Binary | 1 | 1111111 | 11010011 | 1100100 | 101000 | 0 | 10001 | 11001100 | 1100011 | 101010 |
Color Harmonies of #017FD3
Complementary color
Monochromatic Colors of #017FD3
Black with #017FD3
Text Example
Text Example
White with #017FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017FD3; }
p { color: rgb(1,127,211); }
H1.HeaderClassName
{
color: #017FD3;
}
.AnyTagClassName
{
color: #017FD3;
}
</style>
background-color css
<style>
a { background-color: #017FD3; }
a { background-color: rgb(1,127,211); }
div.DivClassName
{
background-color: #017FD3;
}
.BgClassName
{
background-color: #017FD3;
}
</style>
border-color css
<style>
span { border-color: #017FD3; }
span { border-color: rgb(1,127,211); }
td.TdClassName
{
border-color: #017FD3;
}
.TagClassName
{
border-color: #017FD3;
}
</style>