Shades of Navy Blue #1778D9
Tints of Navy Blue #1778D9
RGB
CMYK
RGB Variations
Color information
#1778D9 (or 0x1778D9) is known color: Navy Blue. HEX triplet: 17, 78 and D9. RGB value is (23,120,217). Sum of RGB (Red+Green+Blue) = 23+120+217=360 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.39% from 360); Green value is 120 (47.27% from 255 or 33.33% from 360); Blue value is 217 (85.16% from 255 or 60.28% from 360); Max value from RGB is 217 - color contains mainly: blue. Hex color #1778D9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1778D9 is #E88726. Grayscale: #656565. Windows color (decimal): -15238951 or 14252055. OLE color: 14252055.
HSL color Cylindrical-coordinate representation of color #1778D9: hue angle of 210º 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 #1778D9 is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 23 | 120 | 217 | - |
| CMYK | 0.89 | 0.45 | 0 | 0.15 |
| HSL | 210º | 0.81% | 0.47% | - |
| HSV(B) | 210º | 0.89% | 0.85% | - |
| XYZ | 19.59 | 18.62 | 68.21 | - |
| YUV | 102.06 | 192.86 | 71.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 120 | 217 | 0.89 | 0.45 | 0 | 0.15 | 210 | 0.81 | 0.47 |
| Hex | 17 | 78 | D9 | 59 | 2D | 0 | F | D2 | 51 | 2F |
| Octal | 27 | 170 | 331 | 131 | 55 | 0 | 17 | 322 | 121 | 57 |
| Binary | 10111 | 1111000 | 11011001 | 1011001 | 101101 | 0 | 1111 | 11010010 | 1010001 | 101111 |
Color Harmonies of #1778D9
Complementary color
Monochromatic Colors of #1778D9
Black with #1778D9
Text Example
Text Example
White with #1778D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1778D9; }
p { color: rgb(23,120,217); }
H1.HeaderClassName
{
color: #1778D9;
}
.AnyTagClassName
{
color: #1778D9;
}
</style>
background-color css
<style>
a { background-color: #1778D9; }
a { background-color: rgb(23,120,217); }
div.DivClassName
{
background-color: #1778D9;
}
.BgClassName
{
background-color: #1778D9;
}
</style>
border-color css
<style>
span { border-color: #1778D9; }
span { border-color: rgb(23,120,217); }
td.TdClassName
{
border-color: #1778D9;
}
.TagClassName
{
border-color: #1778D9;
}
</style>