Shades of Navy Blue #1764EA
Tints of Navy Blue #1764EA
RGB
CMYK
RGB Variations
Color information
#1764EA (or 0x1764EA) is known color: Navy Blue. HEX triplet: 17, 64 and EA. RGB value is (23,100,234). Sum of RGB (Red+Green+Blue) = 23+100+234=357 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.44% from 357); Green value is 100 (39.45% from 255 or 28.01% from 357); Blue value is 234 (91.80% from 255 or 65.55% from 357); Max value from RGB is 234 - color contains mainly: blue. Hex color #1764EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1764EA is #E89B15. Grayscale: #5B5B5B. Windows color (decimal): -15244054 or 15361047. OLE color: 15361047.
HSL color Cylindrical-coordinate representation of color #1764EA: hue angle of 218.1º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1764EA is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 23 | 100 | 234 | - |
| CMYK | 0.90 | 0.57 | 0 | 0.08 |
| HSL | 218.1º | 0.83% | 0.5% | - |
| HSV(B) | 218.1º | 0.9% | 0.92% | - |
| XYZ | 19.76 | 15.24 | 79.74 | - |
| YUV | 92.25 | 207.99 | 78.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 100 | 234 | 0.90 | 0.57 | 0 | 0.08 | 218.1 | 0.83 | 0.5 |
| Hex | 17 | 64 | EA | 5A | 39 | 0 | 8 | DA | 53 | 32 |
| Octal | 27 | 144 | 352 | 132 | 71 | 0 | 10 | 332 | 123 | 62 |
| Binary | 10111 | 1100100 | 11101010 | 1011010 | 111001 | 0 | 1000 | 11011010 | 1010011 | 110010 |
Color Harmonies of #1764EA
Complementary color
Monochromatic Colors of #1764EA
Black with #1764EA
Text Example
Text Example
White with #1764EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1764EA; }
p { color: rgb(23,100,234); }
H1.HeaderClassName
{
color: #1764EA;
}
.AnyTagClassName
{
color: #1764EA;
}
</style>
background-color css
<style>
a { background-color: #1764EA; }
a { background-color: rgb(23,100,234); }
div.DivClassName
{
background-color: #1764EA;
}
.BgClassName
{
background-color: #1764EA;
}
</style>
border-color css
<style>
span { border-color: #1764EA; }
span { border-color: rgb(23,100,234); }
td.TdClassName
{
border-color: #1764EA;
}
.TagClassName
{
border-color: #1764EA;
}
</style>