Shades of Navy Blue #1779DD
Tints of Navy Blue #1779DD
RGB
CMYK
RGB Variations
Color information
#1779DD (or 0x1779DD) is known color: Navy Blue. HEX triplet: 17, 79 and DD. RGB value is (23,121,221). Sum of RGB (Red+Green+Blue) = 23+121+221=365 (48% of max value = 765). Red value is 23 (9.38% from 255 or 6.30% from 365); Green value is 121 (47.66% from 255 or 33.15% from 365); Blue value is 221 (86.72% from 255 or 60.55% from 365); Max value from RGB is 221 - color contains mainly: blue. Hex color #1779DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1779DD is #E88622. Grayscale: #666666. Windows color (decimal): -15238691 or 14514455. OLE color: 14514455.
HSL color Cylindrical-coordinate representation of color #1779DD: hue angle of 210.3º 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 #1779DD is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 121 | 221 | - |
| CMYK | 0.90 | 0.45 | 0 | 0.13 |
| HSL | 210.3º | 0.81% | 0.48% | - |
| HSV(B) | 210.3º | 0.9% | 0.87% | - |
| XYZ | 20.24 | 19.08 | 71.02 | - |
| YUV | 103.1 | 194.53 | 70.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 121 | 221 | 0.90 | 0.45 | 0 | 0.13 | 210.3 | 0.81 | 0.48 |
| Hex | 17 | 79 | DD | 5A | 2D | 0 | D | D2 | 51 | 30 |
| Octal | 27 | 171 | 335 | 132 | 55 | 0 | 15 | 322 | 121 | 60 |
| Binary | 10111 | 1111001 | 11011101 | 1011010 | 101101 | 0 | 1101 | 11010010 | 1010001 | 110000 |
Color Harmonies of #1779DD
Complementary color
Monochromatic Colors of #1779DD
Black with #1779DD
Text Example
Text Example
White with #1779DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1779DD; }
p { color: rgb(23,121,221); }
H1.HeaderClassName
{
color: #1779DD;
}
.AnyTagClassName
{
color: #1779DD;
}
</style>
background-color css
<style>
a { background-color: #1779DD; }
a { background-color: rgb(23,121,221); }
div.DivClassName
{
background-color: #1779DD;
}
.BgClassName
{
background-color: #1779DD;
}
</style>
border-color css
<style>
span { border-color: #1779DD; }
span { border-color: rgb(23,121,221); }
td.TdClassName
{
border-color: #1779DD;
}
.TagClassName
{
border-color: #1779DD;
}
</style>