Shades of Navy Blue #1775D7
Tints of Navy Blue #1775D7
RGB
CMYK
RGB Variations
Color information
#1775D7 (or 0x1775D7) is known color: Navy Blue. HEX triplet: 17, 75 and D7. RGB value is (23,117,215). Sum of RGB (Red+Green+Blue) = 23+117+215=355 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.48% from 355); Green value is 117 (46.09% from 255 or 32.96% from 355); Blue value is 215 (84.38% from 255 or 60.56% from 355); Max value from RGB is 215 - color contains mainly: blue. Hex color #1775D7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1775D7 is #E88A28. Grayscale: #636363. Windows color (decimal): -15239721 or 14120215. OLE color: 14120215.
HSL color Cylindrical-coordinate representation of color #1775D7: hue angle of 210.62º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1775D7 is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 23 | 117 | 215 | - |
| CMYK | 0.89 | 0.46 | 0 | 0.16 |
| HSL | 210.63º | 0.81% | 0.47% | - |
| HSV(B) | 210.63º | 0.89% | 0.84% | - |
| XYZ | 18.98 | 17.81 | 66.73 | - |
| YUV | 100.07 | 192.86 | 73.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 117 | 215 | 0.89 | 0.46 | 0 | 0.16 | 210.63 | 0.81 | 0.47 |
| Hex | 17 | 75 | D7 | 59 | 2E | 0 | 10 | D3 | 51 | 2F |
| Octal | 27 | 165 | 327 | 131 | 56 | 0 | 20 | 323 | 121 | 57 |
| Binary | 10111 | 1110101 | 11010111 | 1011001 | 101110 | 0 | 10000 | 11010011 | 1010001 | 101111 |
Color Harmonies of #1775D7
Complementary color
Monochromatic Colors of #1775D7
Black with #1775D7
Text Example
Text Example
White with #1775D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1775D7; }
p { color: rgb(23,117,215); }
H1.HeaderClassName
{
color: #1775D7;
}
.AnyTagClassName
{
color: #1775D7;
}
</style>
background-color css
<style>
a { background-color: #1775D7; }
a { background-color: rgb(23,117,215); }
div.DivClassName
{
background-color: #1775D7;
}
.BgClassName
{
background-color: #1775D7;
}
</style>
border-color css
<style>
span { border-color: #1775D7; }
span { border-color: rgb(23,117,215); }
td.TdClassName
{
border-color: #1775D7;
}
.TagClassName
{
border-color: #1775D7;
}
</style>