Shades of Navy Blue #1775DF
Tints of Navy Blue #1775DF
RGB
CMYK
RGB Variations
Color information
#1775DF (or 0x1775DF) is known color: Navy Blue. HEX triplet: 17, 75 and DF. RGB value is (23,117,223). Sum of RGB (Red+Green+Blue) = 23+117+223=363 (48% of max value = 765). Red value is 23 (9.38% from 255 or 6.34% from 363); Green value is 117 (46.09% from 255 or 32.23% from 363); Blue value is 223 (87.5% from 255 or 61.43% from 363); Max value from RGB is 223 - color contains mainly: blue. Hex color #1775DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1775DF is #E88A20. Grayscale: #646464. Windows color (decimal): -15239713 or 14644503. OLE color: 14644503.
HSL color Cylindrical-coordinate representation of color #1775DF: hue angle of 211.8º 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 #1775DF is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 117 | 223 | - |
| CMYK | 0.90 | 0.48 | 0 | 0.13 |
| HSL | 211.8º | 0.81% | 0.48% | - |
| HSV(B) | 211.8º | 0.9% | 0.87% | - |
| XYZ | 20.03 | 18.23 | 72.28 | - |
| YUV | 100.98 | 196.86 | 72.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 117 | 223 | 0.90 | 0.48 | 0 | 0.13 | 211.8 | 0.81 | 0.48 |
| Hex | 17 | 75 | DF | 5A | 30 | 0 | D | D4 | 51 | 30 |
| Octal | 27 | 165 | 337 | 132 | 60 | 0 | 15 | 324 | 121 | 60 |
| Binary | 10111 | 1110101 | 11011111 | 1011010 | 110000 | 0 | 1101 | 11010100 | 1010001 | 110000 |
Color Harmonies of #1775DF
Complementary color
Monochromatic Colors of #1775DF
Black with #1775DF
Text Example
Text Example
White with #1775DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1775DF; }
p { color: rgb(23,117,223); }
H1.HeaderClassName
{
color: #1775DF;
}
.AnyTagClassName
{
color: #1775DF;
}
</style>
background-color css
<style>
a { background-color: #1775DF; }
a { background-color: rgb(23,117,223); }
div.DivClassName
{
background-color: #1775DF;
}
.BgClassName
{
background-color: #1775DF;
}
</style>
border-color css
<style>
span { border-color: #1775DF; }
span { border-color: rgb(23,117,223); }
td.TdClassName
{
border-color: #1775DF;
}
.TagClassName
{
border-color: #1775DF;
}
</style>