Shades of Navy Blue #1763DD
Tints of Navy Blue #1763DD
RGB
CMYK
RGB Variations
Color information
#1763DD (or 0x1763DD) is known color: Navy Blue. HEX triplet: 17, 63 and DD. RGB value is (23,99,221). Sum of RGB (Red+Green+Blue) = 23+99+221=343 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.71% from 343); Green value is 99 (39.06% from 255 or 28.86% from 343); Blue value is 221 (86.72% from 255 or 64.43% from 343); Max value from RGB is 221 - color contains mainly: blue. Hex color #1763DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1763DD is #E89C22. Grayscale: #595959. Windows color (decimal): -15244323 or 14508823. OLE color: 14508823.
HSL color Cylindrical-coordinate representation of color #1763DD: hue angle of 216.97º 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 #1763DD is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 99 | 221 | - |
| CMYK | 0.90 | 0.55 | 0 | 0.13 |
| HSL | 216.97º | 0.81% | 0.48% | - |
| HSV(B) | 216.97º | 0.9% | 0.87% | - |
| XYZ | 17.87 | 14.33 | 70.23 | - |
| YUV | 90.18 | 201.82 | 80.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 99 | 221 | 0.90 | 0.55 | 0 | 0.13 | 216.97 | 0.81 | 0.48 |
| Hex | 17 | 63 | DD | 5A | 37 | 0 | D | D9 | 51 | 30 |
| Octal | 27 | 143 | 335 | 132 | 67 | 0 | 15 | 331 | 121 | 60 |
| Binary | 10111 | 1100011 | 11011101 | 1011010 | 110111 | 0 | 1101 | 11011001 | 1010001 | 110000 |
Color Harmonies of #1763DD
Complementary color
Monochromatic Colors of #1763DD
Black with #1763DD
Text Example
Text Example
White with #1763DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1763DD; }
p { color: rgb(23,99,221); }
H1.HeaderClassName
{
color: #1763DD;
}
.AnyTagClassName
{
color: #1763DD;
}
</style>
background-color css
<style>
a { background-color: #1763DD; }
a { background-color: rgb(23,99,221); }
div.DivClassName
{
background-color: #1763DD;
}
.BgClassName
{
background-color: #1763DD;
}
</style>
border-color css
<style>
span { border-color: #1763DD; }
span { border-color: rgb(23,99,221); }
td.TdClassName
{
border-color: #1763DD;
}
.TagClassName
{
border-color: #1763DD;
}
</style>