Shades of Navy Blue #1761DD
Tints of Navy Blue #1761DD
RGB
CMYK
RGB Variations
Color information
#1761DD (or 0x1761DD) is known color: Navy Blue. HEX triplet: 17, 61 and DD. RGB value is (23,97,221). Sum of RGB (Red+Green+Blue) = 23+97+221=341 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.74% from 341); Green value is 97 (38.28% from 255 or 28.45% from 341); Blue value is 221 (86.72% from 255 or 64.81% from 341); Max value from RGB is 221 - color contains mainly: blue. Hex color #1761DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1761DD is #E89E22. Grayscale: #585858. Windows color (decimal): -15244835 or 14508311. OLE color: 14508311.
HSL color Cylindrical-coordinate representation of color #1761DD: hue angle of 217.58º 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 #1761DD is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 97 | 221 | - |
| CMYK | 0.90 | 0.56 | 0 | 0.13 |
| HSL | 217.58º | 0.81% | 0.48% | - |
| HSV(B) | 217.58º | 0.9% | 0.87% | - |
| XYZ | 17.68 | 13.95 | 70.17 | - |
| YUV | 89.01 | 202.48 | 80.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 97 | 221 | 0.90 | 0.56 | 0 | 0.13 | 217.58 | 0.81 | 0.48 |
| Hex | 17 | 61 | DD | 5A | 38 | 0 | D | DA | 51 | 30 |
| Octal | 27 | 141 | 335 | 132 | 70 | 0 | 15 | 332 | 121 | 60 |
| Binary | 10111 | 1100001 | 11011101 | 1011010 | 111000 | 0 | 1101 | 11011010 | 1010001 | 110000 |
Color Harmonies of #1761DD
Complementary color
Monochromatic Colors of #1761DD
Black with #1761DD
Text Example
Text Example
White with #1761DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1761DD; }
p { color: rgb(23,97,221); }
H1.HeaderClassName
{
color: #1761DD;
}
.AnyTagClassName
{
color: #1761DD;
}
</style>
background-color css
<style>
a { background-color: #1761DD; }
a { background-color: rgb(23,97,221); }
div.DivClassName
{
background-color: #1761DD;
}
.BgClassName
{
background-color: #1761DD;
}
</style>
border-color css
<style>
span { border-color: #1761DD; }
span { border-color: rgb(23,97,221); }
td.TdClassName
{
border-color: #1761DD;
}
.TagClassName
{
border-color: #1761DD;
}
</style>