Shades of Navy Blue #1777D6
Tints of Navy Blue #1777D6
RGB
CMYK
RGB Variations
Color information
#1777D6 (or 0x1777D6) is known color: Navy Blue. HEX triplet: 17, 77 and D6. RGB value is (23,119,214). Sum of RGB (Red+Green+Blue) = 23+119+214=356 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.46% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 214 (83.98% from 255 or 60.11% from 356); Max value from RGB is 214 - color contains mainly: blue. Hex color #1777D6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1777D6 is #E88829. Grayscale: #646464. Windows color (decimal): -15239210 or 14055191. OLE color: 14055191.
HSL color Cylindrical-coordinate representation of color #1777D6: hue angle of 209.84º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1777D6 is Cyan = 0.89, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 23 | 119 | 214 | - |
| CMYK | 0.89 | 0.44 | 0 | 0.16 |
| HSL | 209.84º | 0.81% | 0.46% | - |
| HSV(B) | 209.84º | 0.89% | 0.84% | - |
| XYZ | 19.09 | 18.23 | 66.13 | - |
| YUV | 101.13 | 191.7 | 72.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 119 | 214 | 0.89 | 0.44 | 0 | 0.16 | 209.84 | 0.81 | 0.46 |
| Hex | 17 | 77 | D6 | 59 | 2C | 0 | 10 | D2 | 51 | 2E |
| Octal | 27 | 167 | 326 | 131 | 54 | 0 | 20 | 322 | 121 | 56 |
| Binary | 10111 | 1110111 | 11010110 | 1011001 | 101100 | 0 | 10000 | 11010010 | 1010001 | 101110 |
Color Harmonies of #1777D6
Complementary color
Monochromatic Colors of #1777D6
Black with #1777D6
Text Example
Text Example
White with #1777D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1777D6; }
p { color: rgb(23,119,214); }
H1.HeaderClassName
{
color: #1777D6;
}
.AnyTagClassName
{
color: #1777D6;
}
</style>
background-color css
<style>
a { background-color: #1777D6; }
a { background-color: rgb(23,119,214); }
div.DivClassName
{
background-color: #1777D6;
}
.BgClassName
{
background-color: #1777D6;
}
</style>
border-color css
<style>
span { border-color: #1777D6; }
span { border-color: rgb(23,119,214); }
td.TdClassName
{
border-color: #1777D6;
}
.TagClassName
{
border-color: #1777D6;
}
</style>