Shades of Navy Blue #1077DD
Tints of Navy Blue #1077DD
RGB
CMYK
RGB Variations
Color information
#1077DD (or 0x1077DD) is known color: Navy Blue. HEX triplet: 10, 77 and DD. RGB value is (16,119,221). Sum of RGB (Red+Green+Blue) = 16+119+221=356 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.49% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 221 (86.72% from 255 or 62.08% from 356); Max value from RGB is 221 - color contains mainly: blue. Hex color #1077DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1077DD is #EF8822. Grayscale: #636363. Windows color (decimal): -15697955 or 14513936. OLE color: 14513936.
HSL color Cylindrical-coordinate representation of color #1077DD: hue angle of 209.85º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1077DD is Cyan = 0.93, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 119 | 221 | - |
| CMYK | 0.93 | 0.46 | 0 | 0.13 |
| HSL | 209.85º | 0.86% | 0.46% | - |
| HSV(B) | 209.85º | 0.93% | 0.87% | - |
| XYZ | 19.86 | 18.52 | 70.94 | - |
| YUV | 99.83 | 196.38 | 68.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 119 | 221 | 0.93 | 0.46 | 0 | 0.13 | 209.85 | 0.86 | 0.46 |
| Hex | 10 | 77 | DD | 5D | 2E | 0 | D | D2 | 56 | 2E |
| Octal | 20 | 167 | 335 | 135 | 56 | 0 | 15 | 322 | 126 | 56 |
| Binary | 10000 | 1110111 | 11011101 | 1011101 | 101110 | 0 | 1101 | 11010010 | 1010110 | 101110 |
Color Harmonies of #1077DD
Complementary color
Monochromatic Colors of #1077DD
Black with #1077DD
Text Example
Text Example
White with #1077DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1077DD; }
p { color: rgb(16,119,221); }
H1.HeaderClassName
{
color: #1077DD;
}
.AnyTagClassName
{
color: #1077DD;
}
</style>
background-color css
<style>
a { background-color: #1077DD; }
a { background-color: rgb(16,119,221); }
div.DivClassName
{
background-color: #1077DD;
}
.BgClassName
{
background-color: #1077DD;
}
</style>
border-color css
<style>
span { border-color: #1077DD; }
span { border-color: rgb(16,119,221); }
td.TdClassName
{
border-color: #1077DD;
}
.TagClassName
{
border-color: #1077DD;
}
</style>