Shades of Navy Blue #1762DA
Tints of Navy Blue #1762DA
RGB
CMYK
RGB Variations
Color information
#1762DA (or 0x1762DA) is known color: Navy Blue. HEX triplet: 17, 62 and DA. RGB value is (23,98,218). Sum of RGB (Red+Green+Blue) = 23+98+218=339 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.78% from 339); Green value is 98 (38.67% from 255 or 28.91% from 339); Blue value is 218 (85.55% from 255 or 64.31% from 339); Max value from RGB is 218 - color contains mainly: blue. Hex color #1762DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1762DA is #E89D25. Grayscale: #585858. Windows color (decimal): -15244582 or 14311959. OLE color: 14311959.
HSL color Cylindrical-coordinate representation of color #1762DA: hue angle of 216.92º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1762DA is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 23 | 98 | 218 | - |
| CMYK | 0.89 | 0.55 | 0 | 0.15 |
| HSL | 216.92º | 0.81% | 0.47% | - |
| HSV(B) | 216.92º | 0.89% | 0.85% | - |
| XYZ | 17.38 | 13.98 | 68.11 | - |
| YUV | 89.26 | 200.65 | 80.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 98 | 218 | 0.89 | 0.55 | 0 | 0.15 | 216.92 | 0.81 | 0.47 |
| Hex | 17 | 62 | DA | 59 | 37 | 0 | F | D9 | 51 | 2F |
| Octal | 27 | 142 | 332 | 131 | 67 | 0 | 17 | 331 | 121 | 57 |
| Binary | 10111 | 1100010 | 11011010 | 1011001 | 110111 | 0 | 1111 | 11011001 | 1010001 | 101111 |
Color Harmonies of #1762DA
Complementary color
Monochromatic Colors of #1762DA
Black with #1762DA
Text Example
Text Example
White with #1762DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1762DA; }
p { color: rgb(23,98,218); }
H1.HeaderClassName
{
color: #1762DA;
}
.AnyTagClassName
{
color: #1762DA;
}
</style>
background-color css
<style>
a { background-color: #1762DA; }
a { background-color: rgb(23,98,218); }
div.DivClassName
{
background-color: #1762DA;
}
.BgClassName
{
background-color: #1762DA;
}
</style>
border-color css
<style>
span { border-color: #1762DA; }
span { border-color: rgb(23,98,218); }
td.TdClassName
{
border-color: #1762DA;
}
.TagClassName
{
border-color: #1762DA;
}
</style>