Shades of Navy Blue #1764DC
Tints of Navy Blue #1764DC
RGB
CMYK
RGB Variations
Color information
#1764DC (or 0x1764DC) is known color: Navy Blue. HEX triplet: 17, 64 and DC. RGB value is (23,100,220). Sum of RGB (Red+Green+Blue) = 23+100+220=343 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.71% from 343); Green value is 100 (39.45% from 255 or 29.15% from 343); Blue value is 220 (86.33% from 255 or 64.14% from 343); Max value from RGB is 220 - color contains mainly: blue. Hex color #1764DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1764DC is #E89B23. Grayscale: #5A5A5A. Windows color (decimal): -15244068 or 14443543. OLE color: 14443543.
HSL color Cylindrical-coordinate representation of color #1764DC: hue angle of 216.55º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1764DC is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 100 | 220 | - |
| CMYK | 0.90 | 0.55 | 0 | 0.14 |
| HSL | 216.55º | 0.81% | 0.48% | - |
| HSV(B) | 216.55º | 0.9% | 0.86% | - |
| XYZ | 17.83 | 14.46 | 69.56 | - |
| YUV | 90.66 | 200.99 | 79.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 100 | 220 | 0.90 | 0.55 | 0 | 0.14 | 216.55 | 0.81 | 0.48 |
| Hex | 17 | 64 | DC | 5A | 37 | 0 | E | D9 | 51 | 30 |
| Octal | 27 | 144 | 334 | 132 | 67 | 0 | 16 | 331 | 121 | 60 |
| Binary | 10111 | 1100100 | 11011100 | 1011010 | 110111 | 0 | 1110 | 11011001 | 1010001 | 110000 |
Color Harmonies of #1764DC
Complementary color
Monochromatic Colors of #1764DC
Black with #1764DC
Text Example
Text Example
White with #1764DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1764DC; }
p { color: rgb(23,100,220); }
H1.HeaderClassName
{
color: #1764DC;
}
.AnyTagClassName
{
color: #1764DC;
}
</style>
background-color css
<style>
a { background-color: #1764DC; }
a { background-color: rgb(23,100,220); }
div.DivClassName
{
background-color: #1764DC;
}
.BgClassName
{
background-color: #1764DC;
}
</style>
border-color css
<style>
span { border-color: #1764DC; }
span { border-color: rgb(23,100,220); }
td.TdClassName
{
border-color: #1764DC;
}
.TagClassName
{
border-color: #1764DC;
}
</style>