Shades of Navy Blue #1769DD
Tints of Navy Blue #1769DD
RGB
CMYK
RGB Variations
Color information
#1769DD (or 0x1769DD) is known color: Navy Blue. HEX triplet: 17, 69 and DD. RGB value is (23,105,221). Sum of RGB (Red+Green+Blue) = 23+105+221=349 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.59% from 349); Green value is 105 (41.41% from 255 or 30.09% from 349); Blue value is 221 (86.72% from 255 or 63.32% from 349); Max value from RGB is 221 - color contains mainly: blue. Hex color #1769DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1769DD is #E89622. Grayscale: #5D5D5D. Windows color (decimal): -15242787 or 14510359. OLE color: 14510359.
HSL color Cylindrical-coordinate representation of color #1769DD: hue angle of 215.15º 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 #1769DD is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 105 | 221 | - |
| CMYK | 0.90 | 0.52 | 0 | 0.13 |
| HSL | 215.15º | 0.81% | 0.48% | - |
| HSV(B) | 215.15º | 0.9% | 0.87% | - |
| XYZ | 18.46 | 15.51 | 70.43 | - |
| YUV | 93.71 | 199.83 | 77.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 105 | 221 | 0.90 | 0.52 | 0 | 0.13 | 215.15 | 0.81 | 0.48 |
| Hex | 17 | 69 | DD | 5A | 34 | 0 | D | D7 | 51 | 30 |
| Octal | 27 | 151 | 335 | 132 | 64 | 0 | 15 | 327 | 121 | 60 |
| Binary | 10111 | 1101001 | 11011101 | 1011010 | 110100 | 0 | 1101 | 11010111 | 1010001 | 110000 |
Color Harmonies of #1769DD
Complementary color
Monochromatic Colors of #1769DD
Black with #1769DD
Text Example
Text Example
White with #1769DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1769DD; }
p { color: rgb(23,105,221); }
H1.HeaderClassName
{
color: #1769DD;
}
.AnyTagClassName
{
color: #1769DD;
}
</style>
background-color css
<style>
a { background-color: #1769DD; }
a { background-color: rgb(23,105,221); }
div.DivClassName
{
background-color: #1769DD;
}
.BgClassName
{
background-color: #1769DD;
}
</style>
border-color css
<style>
span { border-color: #1769DD; }
span { border-color: rgb(23,105,221); }
td.TdClassName
{
border-color: #1769DD;
}
.TagClassName
{
border-color: #1769DD;
}
</style>