Shades of Navy Blue #1777D8
Tints of Navy Blue #1777D8
RGB
CMYK
RGB Variations
Color information
#1777D8 (or 0x1777D8) is known color: Navy Blue. HEX triplet: 17, 77 and D8. RGB value is (23,119,216). Sum of RGB (Red+Green+Blue) = 23+119+216=358 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.42% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 216 (84.77% from 255 or 60.34% from 358); Max value from RGB is 216 - color contains mainly: blue. Hex color #1777D8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1777D8 is #E88827. Grayscale: #646464. Windows color (decimal): -15239208 or 14186263. OLE color: 14186263.
HSL color Cylindrical-coordinate representation of color #1777D8: hue angle of 210.16º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1777D8 is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 23 | 119 | 216 | - |
| CMYK | 0.89 | 0.45 | 0 | 0.15 |
| HSL | 210.16º | 0.81% | 0.47% | - |
| HSV(B) | 210.16º | 0.89% | 0.85% | - |
| XYZ | 19.34 | 18.33 | 67.48 | - |
| YUV | 101.35 | 192.7 | 72.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 119 | 216 | 0.89 | 0.45 | 0 | 0.15 | 210.16 | 0.81 | 0.47 |
| Hex | 17 | 77 | D8 | 59 | 2D | 0 | F | D2 | 51 | 2F |
| Octal | 27 | 167 | 330 | 131 | 55 | 0 | 17 | 322 | 121 | 57 |
| Binary | 10111 | 1110111 | 11011000 | 1011001 | 101101 | 0 | 1111 | 11010010 | 1010001 | 101111 |
Color Harmonies of #1777D8
Complementary color
Monochromatic Colors of #1777D8
Black with #1777D8
Text Example
Text Example
White with #1777D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1777D8; }
p { color: rgb(23,119,216); }
H1.HeaderClassName
{
color: #1777D8;
}
.AnyTagClassName
{
color: #1777D8;
}
</style>
background-color css
<style>
a { background-color: #1777D8; }
a { background-color: rgb(23,119,216); }
div.DivClassName
{
background-color: #1777D8;
}
.BgClassName
{
background-color: #1777D8;
}
</style>
border-color css
<style>
span { border-color: #1777D8; }
span { border-color: rgb(23,119,216); }
td.TdClassName
{
border-color: #1777D8;
}
.TagClassName
{
border-color: #1777D8;
}
</style>