Shades of Navy Blue #1771DF
Tints of Navy Blue #1771DF
RGB
CMYK
RGB Variations
Color information
#1771DF (or 0x1771DF) is known color: Navy Blue. HEX triplet: 17, 71 and DF. RGB value is (23,113,223). Sum of RGB (Red+Green+Blue) = 23+113+223=359 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.41% from 359); Green value is 113 (44.53% from 255 or 31.48% from 359); Blue value is 223 (87.5% from 255 or 62.12% from 359); Max value from RGB is 223 - color contains mainly: blue. Hex color #1771DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1771DF is #E88E20. Grayscale: #626262. Windows color (decimal): -15240737 or 14643479. OLE color: 14643479.
HSL color Cylindrical-coordinate representation of color #1771DF: hue angle of 213º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1771DF is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 113 | 223 | - |
| CMYK | 0.90 | 0.49 | 0 | 0.13 |
| HSL | 213º | 0.81% | 0.48% | - |
| HSV(B) | 213º | 0.9% | 0.87% | - |
| XYZ | 19.58 | 17.32 | 72.12 | - |
| YUV | 98.63 | 198.18 | 74.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 113 | 223 | 0.90 | 0.49 | 0 | 0.13 | 213 | 0.81 | 0.48 |
| Hex | 17 | 71 | DF | 5A | 31 | 0 | D | D5 | 51 | 30 |
| Octal | 27 | 161 | 337 | 132 | 61 | 0 | 15 | 325 | 121 | 60 |
| Binary | 10111 | 1110001 | 11011111 | 1011010 | 110001 | 0 | 1101 | 11010101 | 1010001 | 110000 |
Color Harmonies of #1771DF
Complementary color
Monochromatic Colors of #1771DF
Black with #1771DF
Text Example
Text Example
White with #1771DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1771DF; }
p { color: rgb(23,113,223); }
H1.HeaderClassName
{
color: #1771DF;
}
.AnyTagClassName
{
color: #1771DF;
}
</style>
background-color css
<style>
a { background-color: #1771DF; }
a { background-color: rgb(23,113,223); }
div.DivClassName
{
background-color: #1771DF;
}
.BgClassName
{
background-color: #1771DF;
}
</style>
border-color css
<style>
span { border-color: #1771DF; }
span { border-color: rgb(23,113,223); }
td.TdClassName
{
border-color: #1771DF;
}
.TagClassName
{
border-color: #1771DF;
}
</style>