Shades of Navy Blue #1773DD
Tints of Navy Blue #1773DD
RGB
CMYK
RGB Variations
Color information
#1773DD (or 0x1773DD) is known color: Navy Blue. HEX triplet: 17, 73 and DD. RGB value is (23,115,221). Sum of RGB (Red+Green+Blue) = 23+115+221=359 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.41% from 359); Green value is 115 (45.31% from 255 or 32.03% from 359); Blue value is 221 (86.72% from 255 or 61.56% from 359); Max value from RGB is 221 - color contains mainly: blue. Hex color #1773DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1773DD is #E88C22. Grayscale: #636363. Windows color (decimal): -15240227 or 14512919. OLE color: 14512919.
HSL color Cylindrical-coordinate representation of color #1773DD: hue angle of 212.12º 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 #1773DD is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 115 | 221 | - |
| CMYK | 0.90 | 0.48 | 0 | 0.13 |
| HSL | 212.12º | 0.81% | 0.48% | - |
| HSV(B) | 212.12º | 0.9% | 0.87% | - |
| XYZ | 19.54 | 17.66 | 70.79 | - |
| YUV | 99.58 | 196.52 | 73.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 115 | 221 | 0.90 | 0.48 | 0 | 0.13 | 212.12 | 0.81 | 0.48 |
| Hex | 17 | 73 | DD | 5A | 30 | 0 | D | D4 | 51 | 30 |
| Octal | 27 | 163 | 335 | 132 | 60 | 0 | 15 | 324 | 121 | 60 |
| Binary | 10111 | 1110011 | 11011101 | 1011010 | 110000 | 0 | 1101 | 11010100 | 1010001 | 110000 |
Color Harmonies of #1773DD
Complementary color
Monochromatic Colors of #1773DD
Black with #1773DD
Text Example
Text Example
White with #1773DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1773DD; }
p { color: rgb(23,115,221); }
H1.HeaderClassName
{
color: #1773DD;
}
.AnyTagClassName
{
color: #1773DD;
}
</style>
background-color css
<style>
a { background-color: #1773DD; }
a { background-color: rgb(23,115,221); }
div.DivClassName
{
background-color: #1773DD;
}
.BgClassName
{
background-color: #1773DD;
}
</style>
border-color css
<style>
span { border-color: #1773DD; }
span { border-color: rgb(23,115,221); }
td.TdClassName
{
border-color: #1773DD;
}
.TagClassName
{
border-color: #1773DD;
}
</style>