Shades of Navy Blue #1762DC
Tints of Navy Blue #1762DC
RGB
CMYK
RGB Variations
Color information
#1762DC (or 0x1762DC) is known color: Navy Blue. HEX triplet: 17, 62 and DC. RGB value is (23,98,220). Sum of RGB (Red+Green+Blue) = 23+98+220=341 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.74% from 341); Green value is 98 (38.67% from 255 or 28.74% from 341); Blue value is 220 (86.33% from 255 or 64.52% from 341); Max value from RGB is 220 - color contains mainly: blue. Hex color #1762DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1762DC is #E89D23. Grayscale: #585858. Windows color (decimal): -15244580 or 14443031. OLE color: 14443031.
HSL color Cylindrical-coordinate representation of color #1762DC: hue angle of 217.16º 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 #1762DC is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 98 | 220 | - |
| CMYK | 0.90 | 0.55 | 0 | 0.14 |
| HSL | 217.16º | 0.81% | 0.48% | - |
| HSV(B) | 217.16º | 0.9% | 0.86% | - |
| XYZ | 17.64 | 14.08 | 69.5 | - |
| YUV | 89.48 | 201.65 | 80.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 98 | 220 | 0.90 | 0.55 | 0 | 0.14 | 217.16 | 0.81 | 0.48 |
| Hex | 17 | 62 | DC | 5A | 37 | 0 | E | D9 | 51 | 30 |
| Octal | 27 | 142 | 334 | 132 | 67 | 0 | 16 | 331 | 121 | 60 |
| Binary | 10111 | 1100010 | 11011100 | 1011010 | 110111 | 0 | 1110 | 11011001 | 1010001 | 110000 |
Color Harmonies of #1762DC
Complementary color
Monochromatic Colors of #1762DC
Black with #1762DC
Text Example
Text Example
White with #1762DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1762DC; }
p { color: rgb(23,98,220); }
H1.HeaderClassName
{
color: #1762DC;
}
.AnyTagClassName
{
color: #1762DC;
}
</style>
background-color css
<style>
a { background-color: #1762DC; }
a { background-color: rgb(23,98,220); }
div.DivClassName
{
background-color: #1762DC;
}
.BgClassName
{
background-color: #1762DC;
}
</style>
border-color css
<style>
span { border-color: #1762DC; }
span { border-color: rgb(23,98,220); }
td.TdClassName
{
border-color: #1762DC;
}
.TagClassName
{
border-color: #1762DC;
}
</style>