Shades of Navy Blue #1761E1
Tints of Navy Blue #1761E1
RGB
CMYK
RGB Variations
Color information
#1761E1 (or 0x1761E1) is known color: Navy Blue. HEX triplet: 17, 61 and E1. RGB value is (23,97,225). Sum of RGB (Red+Green+Blue) = 23+97+225=345 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.67% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 225 (88.28% from 255 or 65.22% from 345); Max value from RGB is 225 - color contains mainly: blue. Hex color #1761E1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1761E1 is #E89E1E. Grayscale: #585858. Windows color (decimal): -15244831 or 14770455. OLE color: 14770455.
HSL color Cylindrical-coordinate representation of color #1761E1: hue angle of 218.02º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1761E1 is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 23 | 97 | 225 | - |
| CMYK | 0.90 | 0.57 | 0 | 0.12 |
| HSL | 218.02º | 0.81% | 0.49% | - |
| HSV(B) | 218.02º | 0.9% | 0.88% | - |
| XYZ | 18.22 | 14.17 | 73.01 | - |
| YUV | 89.47 | 204.48 | 80.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 97 | 225 | 0.90 | 0.57 | 0 | 0.12 | 218.02 | 0.81 | 0.49 |
| Hex | 17 | 61 | E1 | 5A | 39 | 0 | C | DA | 51 | 31 |
| Octal | 27 | 141 | 341 | 132 | 71 | 0 | 14 | 332 | 121 | 61 |
| Binary | 10111 | 1100001 | 11100001 | 1011010 | 111001 | 0 | 1100 | 11011010 | 1010001 | 110001 |
Color Harmonies of #1761E1
Complementary color
Monochromatic Colors of #1761E1
Black with #1761E1
Text Example
Text Example
White with #1761E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1761E1; }
p { color: rgb(23,97,225); }
H1.HeaderClassName
{
color: #1761E1;
}
.AnyTagClassName
{
color: #1761E1;
}
</style>
background-color css
<style>
a { background-color: #1761E1; }
a { background-color: rgb(23,97,225); }
div.DivClassName
{
background-color: #1761E1;
}
.BgClassName
{
background-color: #1761E1;
}
</style>
border-color css
<style>
span { border-color: #1761E1; }
span { border-color: rgb(23,97,225); }
td.TdClassName
{
border-color: #1761E1;
}
.TagClassName
{
border-color: #1761E1;
}
</style>