Shades of Navy Blue #1771E9
Tints of Navy Blue #1771E9
RGB
CMYK
RGB Variations
Color information
#1771E9 (or 0x1771E9) is known color: Navy Blue. HEX triplet: 17, 71 and E9. RGB value is (23,113,233). Sum of RGB (Red+Green+Blue) = 23+113+233=369 (48% of max value = 765). Red value is 23 (9.38% from 255 or 6.23% from 369); Green value is 113 (44.53% from 255 or 30.62% from 369); Blue value is 233 (91.41% from 255 or 63.14% from 369); Max value from RGB is 233 - color contains mainly: blue. Hex color #1771E9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1771E9 is #E88E16. Grayscale: #636363. Windows color (decimal): -15240727 or 15298839. OLE color: 15298839.
HSL color Cylindrical-coordinate representation of color #1771E9: hue angle of 214.29º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1771E9 is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 23 | 113 | 233 | - |
| CMYK | 0.90 | 0.52 | 0 | 0.09 |
| HSL | 214.29º | 0.83% | 0.5% | - |
| HSV(B) | 214.29º | 0.9% | 0.91% | - |
| XYZ | 20.97 | 17.88 | 79.44 | - |
| YUV | 99.77 | 203.18 | 73.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 113 | 233 | 0.90 | 0.52 | 0 | 0.09 | 214.29 | 0.83 | 0.5 |
| Hex | 17 | 71 | E9 | 5A | 34 | 0 | 9 | D6 | 53 | 32 |
| Octal | 27 | 161 | 351 | 132 | 64 | 0 | 11 | 326 | 123 | 62 |
| Binary | 10111 | 1110001 | 11101001 | 1011010 | 110100 | 0 | 1001 | 11010110 | 1010011 | 110010 |
Color Harmonies of #1771E9
Complementary color
Monochromatic Colors of #1771E9
Black with #1771E9
Text Example
Text Example
White with #1771E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1771E9; }
p { color: rgb(23,113,233); }
H1.HeaderClassName
{
color: #1771E9;
}
.AnyTagClassName
{
color: #1771E9;
}
</style>
background-color css
<style>
a { background-color: #1771E9; }
a { background-color: rgb(23,113,233); }
div.DivClassName
{
background-color: #1771E9;
}
.BgClassName
{
background-color: #1771E9;
}
</style>
border-color css
<style>
span { border-color: #1771E9; }
span { border-color: rgb(23,113,233); }
td.TdClassName
{
border-color: #1771E9;
}
.TagClassName
{
border-color: #1771E9;
}
</style>