Shades of Navy Blue #1764E7
Tints of Navy Blue #1764E7
RGB
CMYK
RGB Variations
Color information
#1764E7 (or 0x1764E7) is known color: Navy Blue. HEX triplet: 17, 64 and E7. RGB value is (23,100,231). Sum of RGB (Red+Green+Blue) = 23+100+231=354 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.50% from 354); Green value is 100 (39.45% from 255 or 28.25% from 354); Blue value is 231 (90.62% from 255 or 65.25% from 354); Max value from RGB is 231 - color contains mainly: blue. Hex color #1764E7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1764E7 is #E89B18. Grayscale: #5B5B5B. Windows color (decimal): -15244057 or 15164439. OLE color: 15164439.
HSL color Cylindrical-coordinate representation of color #1764E7: hue angle of 217.79º degrees, saturation: 0.82, 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 #1764E7 is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 23 | 100 | 231 | - |
| CMYK | 0.90 | 0.57 | 0 | 0.09 |
| HSL | 217.79º | 0.82% | 0.5% | - |
| HSV(B) | 217.79º | 0.9% | 0.91% | - |
| XYZ | 19.33 | 15.07 | 77.49 | - |
| YUV | 91.91 | 206.49 | 78.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 100 | 231 | 0.90 | 0.57 | 0 | 0.09 | 217.79 | 0.82 | 0.5 |
| Hex | 17 | 64 | E7 | 5A | 39 | 0 | 9 | DA | 52 | 32 |
| Octal | 27 | 144 | 347 | 132 | 71 | 0 | 11 | 332 | 122 | 62 |
| Binary | 10111 | 1100100 | 11100111 | 1011010 | 111001 | 0 | 1001 | 11011010 | 1010010 | 110010 |
Color Harmonies of #1764E7
Complementary color
Monochromatic Colors of #1764E7
Black with #1764E7
Text Example
Text Example
White with #1764E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1764E7; }
p { color: rgb(23,100,231); }
H1.HeaderClassName
{
color: #1764E7;
}
.AnyTagClassName
{
color: #1764E7;
}
</style>
background-color css
<style>
a { background-color: #1764E7; }
a { background-color: rgb(23,100,231); }
div.DivClassName
{
background-color: #1764E7;
}
.BgClassName
{
background-color: #1764E7;
}
</style>
border-color css
<style>
span { border-color: #1764E7; }
span { border-color: rgb(23,100,231); }
td.TdClassName
{
border-color: #1764E7;
}
.TagClassName
{
border-color: #1764E7;
}
</style>