Shades of Navy Blue #1775DD
Tints of Navy Blue #1775DD
RGB
CMYK
RGB Variations
Color information
#1775DD (or 0x1775DD) is known color: Navy Blue. HEX triplet: 17, 75 and DD. RGB value is (23,117,221). Sum of RGB (Red+Green+Blue) = 23+117+221=361 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.37% from 361); Green value is 117 (46.09% from 255 or 32.41% from 361); Blue value is 221 (86.72% from 255 or 61.22% from 361); Max value from RGB is 221 - color contains mainly: blue. Hex color #1775DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1775DD is #E88A22. Grayscale: #646464. Windows color (decimal): -15239715 or 14513431. OLE color: 14513431.
HSL color Cylindrical-coordinate representation of color #1775DD: hue angle of 211.52º 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 #1775DD is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 117 | 221 | - |
| CMYK | 0.90 | 0.47 | 0 | 0.13 |
| HSL | 211.52º | 0.81% | 0.48% | - |
| HSV(B) | 211.52º | 0.9% | 0.87% | - |
| XYZ | 19.77 | 18.13 | 70.86 | - |
| YUV | 100.75 | 195.86 | 72.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 117 | 221 | 0.90 | 0.47 | 0 | 0.13 | 211.52 | 0.81 | 0.48 |
| Hex | 17 | 75 | DD | 5A | 2F | 0 | D | D4 | 51 | 30 |
| Octal | 27 | 165 | 335 | 132 | 57 | 0 | 15 | 324 | 121 | 60 |
| Binary | 10111 | 1110101 | 11011101 | 1011010 | 101111 | 0 | 1101 | 11010100 | 1010001 | 110000 |
Color Harmonies of #1775DD
Complementary color
Monochromatic Colors of #1775DD
Black with #1775DD
Text Example
Text Example
White with #1775DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1775DD; }
p { color: rgb(23,117,221); }
H1.HeaderClassName
{
color: #1775DD;
}
.AnyTagClassName
{
color: #1775DD;
}
</style>
background-color css
<style>
a { background-color: #1775DD; }
a { background-color: rgb(23,117,221); }
div.DivClassName
{
background-color: #1775DD;
}
.BgClassName
{
background-color: #1775DD;
}
</style>
border-color css
<style>
span { border-color: #1775DD; }
span { border-color: rgb(23,117,221); }
td.TdClassName
{
border-color: #1775DD;
}
.TagClassName
{
border-color: #1775DD;
}
</style>