Shades of Navy Blue #1775DC
Tints of Navy Blue #1775DC
RGB
CMYK
RGB Variations
Color information
#1775DC (or 0x1775DC) is known color: Navy Blue. HEX triplet: 17, 75 and DC. RGB value is (23,117,220). Sum of RGB (Red+Green+Blue) = 23+117+220=360 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.39% from 360); Green value is 117 (46.09% from 255 or 32.5% from 360); Blue value is 220 (86.33% from 255 or 61.11% from 360); Max value from RGB is 220 - color contains mainly: blue. Hex color #1775DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1775DC is #E88A23. Grayscale: #646464. Windows color (decimal): -15239716 or 14447895. OLE color: 14447895.
HSL color Cylindrical-coordinate representation of color #1775DC: hue angle of 211.37º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1775DC is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 117 | 220 | - |
| CMYK | 0.90 | 0.47 | 0 | 0.14 |
| HSL | 211.37º | 0.81% | 0.48% | - |
| HSV(B) | 211.37º | 0.9% | 0.86% | - |
| XYZ | 19.63 | 18.07 | 70.16 | - |
| YUV | 100.64 | 195.36 | 72.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 117 | 220 | 0.90 | 0.47 | 0 | 0.14 | 211.37 | 0.81 | 0.48 |
| Hex | 17 | 75 | DC | 5A | 2F | 0 | E | D3 | 51 | 30 |
| Octal | 27 | 165 | 334 | 132 | 57 | 0 | 16 | 323 | 121 | 60 |
| Binary | 10111 | 1110101 | 11011100 | 1011010 | 101111 | 0 | 1110 | 11010011 | 1010001 | 110000 |
Color Harmonies of #1775DC
Complementary color
Monochromatic Colors of #1775DC
Black with #1775DC
Text Example
Text Example
White with #1775DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1775DC; }
p { color: rgb(23,117,220); }
H1.HeaderClassName
{
color: #1775DC;
}
.AnyTagClassName
{
color: #1775DC;
}
</style>
background-color css
<style>
a { background-color: #1775DC; }
a { background-color: rgb(23,117,220); }
div.DivClassName
{
background-color: #1775DC;
}
.BgClassName
{
background-color: #1775DC;
}
</style>
border-color css
<style>
span { border-color: #1775DC; }
span { border-color: rgb(23,117,220); }
td.TdClassName
{
border-color: #1775DC;
}
.TagClassName
{
border-color: #1775DC;
}
</style>