Shades of Navy Blue #1077D7
Tints of Navy Blue #1077D7
RGB
CMYK
RGB Variations
Color information
#1077D7 (or 0x1077D7) is known color: Navy Blue. HEX triplet: 10, 77 and D7. RGB value is (16,119,215). Sum of RGB (Red+Green+Blue) = 16+119+215=350 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.57% from 350); Green value is 119 (46.88% from 255 or 34% from 350); Blue value is 215 (84.38% from 255 or 61.43% from 350); Max value from RGB is 215 - color contains mainly: blue. Hex color #1077D7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1077D7 is #EF8828. Grayscale: #626262. Windows color (decimal): -15697961 or 14120720. OLE color: 14120720.
HSL color Cylindrical-coordinate representation of color #1077D7: hue angle of 208.94º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1077D7 is Cyan = 0.93, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 119 | 215 | - |
| CMYK | 0.93 | 0.45 | 0 | 0.16 |
| HSL | 208.94º | 0.86% | 0.45% | - |
| HSV(B) | 208.94º | 0.93% | 0.84% | - |
| XYZ | 19.08 | 18.21 | 66.8 | - |
| YUV | 99.15 | 193.38 | 68.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 119 | 215 | 0.93 | 0.45 | 0 | 0.16 | 208.94 | 0.86 | 0.45 |
| Hex | 10 | 77 | D7 | 5D | 2D | 0 | 10 | D1 | 56 | 2D |
| Octal | 20 | 167 | 327 | 135 | 55 | 0 | 20 | 321 | 126 | 55 |
| Binary | 10000 | 1110111 | 11010111 | 1011101 | 101101 | 0 | 10000 | 11010001 | 1010110 | 101101 |
Color Harmonies of #1077D7
Complementary color
Monochromatic Colors of #1077D7
Black with #1077D7
Text Example
Text Example
White with #1077D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1077D7; }
p { color: rgb(16,119,215); }
H1.HeaderClassName
{
color: #1077D7;
}
.AnyTagClassName
{
color: #1077D7;
}
</style>
background-color css
<style>
a { background-color: #1077D7; }
a { background-color: rgb(16,119,215); }
div.DivClassName
{
background-color: #1077D7;
}
.BgClassName
{
background-color: #1077D7;
}
</style>
border-color css
<style>
span { border-color: #1077D7; }
span { border-color: rgb(16,119,215); }
td.TdClassName
{
border-color: #1077D7;
}
.TagClassName
{
border-color: #1077D7;
}
</style>