Shades of Navy Blue #1764DF
Tints of Navy Blue #1764DF
RGB
CMYK
RGB Variations
Color information
#1764DF (or 0x1764DF) is known color: Navy Blue. HEX triplet: 17, 64 and DF. RGB value is (23,100,223). Sum of RGB (Red+Green+Blue) = 23+100+223=346 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.65% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 223 (87.5% from 255 or 64.45% from 346); Max value from RGB is 223 - color contains mainly: blue. Hex color #1764DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1764DF is #E89B20. Grayscale: #5A5A5A. Windows color (decimal): -15244065 or 14640151. OLE color: 14640151.
HSL color Cylindrical-coordinate representation of color #1764DF: hue angle of 216.9º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1764DF is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 100 | 223 | - |
| CMYK | 0.90 | 0.55 | 0 | 0.13 |
| HSL | 216.9º | 0.81% | 0.48% | - |
| HSV(B) | 216.9º | 0.9% | 0.87% | - |
| XYZ | 18.23 | 14.62 | 71.67 | - |
| YUV | 91 | 202.49 | 79.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 100 | 223 | 0.90 | 0.55 | 0 | 0.13 | 216.9 | 0.81 | 0.48 |
| Hex | 17 | 64 | DF | 5A | 37 | 0 | D | D9 | 51 | 30 |
| Octal | 27 | 144 | 337 | 132 | 67 | 0 | 15 | 331 | 121 | 60 |
| Binary | 10111 | 1100100 | 11011111 | 1011010 | 110111 | 0 | 1101 | 11011001 | 1010001 | 110000 |
Color Harmonies of #1764DF
Complementary color
Monochromatic Colors of #1764DF
Black with #1764DF
Text Example
Text Example
White with #1764DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1764DF; }
p { color: rgb(23,100,223); }
H1.HeaderClassName
{
color: #1764DF;
}
.AnyTagClassName
{
color: #1764DF;
}
</style>
background-color css
<style>
a { background-color: #1764DF; }
a { background-color: rgb(23,100,223); }
div.DivClassName
{
background-color: #1764DF;
}
.BgClassName
{
background-color: #1764DF;
}
</style>
border-color css
<style>
span { border-color: #1764DF; }
span { border-color: rgb(23,100,223); }
td.TdClassName
{
border-color: #1764DF;
}
.TagClassName
{
border-color: #1764DF;
}
</style>