Shades of Navy Blue #1080E0
Tints of Navy Blue #1080E0
RGB
CMYK
RGB Variations
Color information
#1080E0 (or 0x1080E0) is known color: Navy Blue. HEX triplet: 10, 80 and E0. RGB value is (16,128,224). Sum of RGB (Red+Green+Blue) = 16+128+224=368 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.35% from 368); Green value is 128 (50.39% from 255 or 34.78% from 368); Blue value is 224 (87.89% from 255 or 60.87% from 368); Max value from RGB is 224 - color contains mainly: blue. Hex color #1080E0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1080E0 is #EF7F1F. Grayscale: #686868. Windows color (decimal): -15695648 or 14712848. OLE color: 14712848.
HSL color Cylindrical-coordinate representation of color #1080E0: hue angle of 207.69º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1080E0 is Cyan = 0.93, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 16 | 128 | 224 | - |
| CMYK | 0.93 | 0.43 | 0 | 0.12 |
| HSL | 207.69º | 0.87% | 0.47% | - |
| HSV(B) | 207.69º | 0.93% | 0.88% | - |
| XYZ | 21.39 | 20.93 | 73.43 | - |
| YUV | 105.46 | 194.89 | 64.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 128 | 224 | 0.93 | 0.43 | 0 | 0.12 | 207.69 | 0.87 | 0.47 |
| Hex | 10 | 80 | E0 | 5D | 2B | 0 | C | D0 | 57 | 2F |
| Octal | 20 | 200 | 340 | 135 | 53 | 0 | 14 | 320 | 127 | 57 |
| Binary | 10000 | 10000000 | 11100000 | 1011101 | 101011 | 0 | 1100 | 11010000 | 1010111 | 101111 |
Color Harmonies of #1080E0
Complementary color
Monochromatic Colors of #1080E0
Black with #1080E0
Text Example
Text Example
White with #1080E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1080E0; }
p { color: rgb(16,128,224); }
H1.HeaderClassName
{
color: #1080E0;
}
.AnyTagClassName
{
color: #1080E0;
}
</style>
background-color css
<style>
a { background-color: #1080E0; }
a { background-color: rgb(16,128,224); }
div.DivClassName
{
background-color: #1080E0;
}
.BgClassName
{
background-color: #1080E0;
}
</style>
border-color css
<style>
span { border-color: #1080E0; }
span { border-color: rgb(16,128,224); }
td.TdClassName
{
border-color: #1080E0;
}
.TagClassName
{
border-color: #1080E0;
}
</style>