Shades of Navy Blue #1777DD
Tints of Navy Blue #1777DD
RGB
CMYK
RGB Variations
Color information
#1777DD (or 0x1777DD) is known color: Navy Blue. HEX triplet: 17, 77 and DD. RGB value is (23,119,221). Sum of RGB (Red+Green+Blue) = 23+119+221=363 (48% of max value = 765). Red value is 23 (9.38% from 255 or 6.34% from 363); Green value is 119 (46.88% from 255 or 32.78% from 363); Blue value is 221 (86.72% from 255 or 60.88% from 363); Max value from RGB is 221 - color contains mainly: blue. Hex color #1777DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1777DD is #E88822. Grayscale: #656565. Windows color (decimal): -15239203 or 14513943. OLE color: 14513943.
HSL color Cylindrical-coordinate representation of color #1777DD: hue angle of 210.91º 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 #1777DD is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 119 | 221 | - |
| CMYK | 0.90 | 0.46 | 0 | 0.13 |
| HSL | 210.91º | 0.81% | 0.48% | - |
| HSV(B) | 210.91º | 0.9% | 0.87% | - |
| XYZ | 20 | 18.6 | 70.94 | - |
| YUV | 101.92 | 195.2 | 71.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 119 | 221 | 0.90 | 0.46 | 0 | 0.13 | 210.91 | 0.81 | 0.48 |
| Hex | 17 | 77 | DD | 5A | 2E | 0 | D | D3 | 51 | 30 |
| Octal | 27 | 167 | 335 | 132 | 56 | 0 | 15 | 323 | 121 | 60 |
| Binary | 10111 | 1110111 | 11011101 | 1011010 | 101110 | 0 | 1101 | 11010011 | 1010001 | 110000 |
Color Harmonies of #1777DD
Complementary color
Monochromatic Colors of #1777DD
Black with #1777DD
Text Example
Text Example
White with #1777DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1777DD; }
p { color: rgb(23,119,221); }
H1.HeaderClassName
{
color: #1777DD;
}
.AnyTagClassName
{
color: #1777DD;
}
</style>
background-color css
<style>
a { background-color: #1777DD; }
a { background-color: rgb(23,119,221); }
div.DivClassName
{
background-color: #1777DD;
}
.BgClassName
{
background-color: #1777DD;
}
</style>
border-color css
<style>
span { border-color: #1777DD; }
span { border-color: rgb(23,119,221); }
td.TdClassName
{
border-color: #1777DD;
}
.TagClassName
{
border-color: #1777DD;
}
</style>