Shades of Navy Blue #1776DD
Tints of Navy Blue #1776DD
RGB
CMYK
RGB Variations
Color information
#1776DD (or 0x1776DD) is known color: Navy Blue. HEX triplet: 17, 76 and DD. RGB value is (23,118,221). Sum of RGB (Red+Green+Blue) = 23+118+221=362 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.35% from 362); Green value is 118 (46.48% from 255 or 32.60% from 362); Blue value is 221 (86.72% from 255 or 61.05% from 362); Max value from RGB is 221 - color contains mainly: blue. Hex color #1776DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1776DD is #E88922. Grayscale: #646464. Windows color (decimal): -15239459 or 14513687. OLE color: 14513687.
HSL color Cylindrical-coordinate representation of color #1776DD: hue angle of 211.21º 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 #1776DD is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 118 | 221 | - |
| CMYK | 0.90 | 0.47 | 0 | 0.13 |
| HSL | 211.21º | 0.81% | 0.48% | - |
| HSV(B) | 211.21º | 0.9% | 0.87% | - |
| XYZ | 19.88 | 18.36 | 70.9 | - |
| YUV | 101.34 | 195.53 | 72.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 118 | 221 | 0.90 | 0.47 | 0 | 0.13 | 211.21 | 0.81 | 0.48 |
| Hex | 17 | 76 | DD | 5A | 2F | 0 | D | D3 | 51 | 30 |
| Octal | 27 | 166 | 335 | 132 | 57 | 0 | 15 | 323 | 121 | 60 |
| Binary | 10111 | 1110110 | 11011101 | 1011010 | 101111 | 0 | 1101 | 11010011 | 1010001 | 110000 |
Color Harmonies of #1776DD
Complementary color
Monochromatic Colors of #1776DD
Black with #1776DD
Text Example
Text Example
White with #1776DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1776DD; }
p { color: rgb(23,118,221); }
H1.HeaderClassName
{
color: #1776DD;
}
.AnyTagClassName
{
color: #1776DD;
}
</style>
background-color css
<style>
a { background-color: #1776DD; }
a { background-color: rgb(23,118,221); }
div.DivClassName
{
background-color: #1776DD;
}
.BgClassName
{
background-color: #1776DD;
}
</style>
border-color css
<style>
span { border-color: #1776DD; }
span { border-color: rgb(23,118,221); }
td.TdClassName
{
border-color: #1776DD;
}
.TagClassName
{
border-color: #1776DD;
}
</style>