Shades of Navy Blue #1773D1
Tints of Navy Blue #1773D1
RGB
CMYK
RGB Variations
Color information
#1773D1 (or 0x1773D1) is known color: Navy Blue. HEX triplet: 17, 73 and D1. RGB value is (23,115,209). Sum of RGB (Red+Green+Blue) = 23+115+209=347 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.63% from 347); Green value is 115 (45.31% from 255 or 33.14% from 347); Blue value is 209 (82.03% from 255 or 60.23% from 347); Max value from RGB is 209 - color contains mainly: blue. Hex color #1773D1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1773D1 is #E88C2E. Grayscale: #616161. Windows color (decimal): -15240239 or 13726487. OLE color: 13726487.
HSL color Cylindrical-coordinate representation of color #1773D1: hue angle of 210.32º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1773D1 is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 23 | 115 | 209 | - |
| CMYK | 0.89 | 0.45 | 0 | 0.18 |
| HSL | 210.32º | 0.8% | 0.45% | - |
| HSV(B) | 210.32º | 0.89% | 0.82% | - |
| XYZ | 17.99 | 17.05 | 62.66 | - |
| YUV | 98.21 | 190.52 | 74.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 115 | 209 | 0.89 | 0.45 | 0 | 0.18 | 210.32 | 0.8 | 0.45 |
| Hex | 17 | 73 | D1 | 59 | 2D | 0 | 12 | D2 | 50 | 2D |
| Octal | 27 | 163 | 321 | 131 | 55 | 0 | 22 | 322 | 120 | 55 |
| Binary | 10111 | 1110011 | 11010001 | 1011001 | 101101 | 0 | 10010 | 11010010 | 1010000 | 101101 |
Color Harmonies of #1773D1
Complementary color
Monochromatic Colors of #1773D1
Black with #1773D1
Text Example
Text Example
White with #1773D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1773D1; }
p { color: rgb(23,115,209); }
H1.HeaderClassName
{
color: #1773D1;
}
.AnyTagClassName
{
color: #1773D1;
}
</style>
background-color css
<style>
a { background-color: #1773D1; }
a { background-color: rgb(23,115,209); }
div.DivClassName
{
background-color: #1773D1;
}
.BgClassName
{
background-color: #1773D1;
}
</style>
border-color css
<style>
span { border-color: #1773D1; }
span { border-color: rgb(23,115,209); }
td.TdClassName
{
border-color: #1773D1;
}
.TagClassName
{
border-color: #1773D1;
}
</style>