Shades of Navy Blue #1080D9
Tints of Navy Blue #1080D9
RGB
CMYK
RGB Variations
Color information
#1080D9 (or 0x1080D9) is known color: Navy Blue. HEX triplet: 10, 80 and D9. RGB value is (16,128,217). Sum of RGB (Red+Green+Blue) = 16+128+217=361 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.43% from 361); Green value is 128 (50.39% from 255 or 35.46% from 361); Blue value is 217 (85.16% from 255 or 60.11% from 361); Max value from RGB is 217 - color contains mainly: blue. Hex color #1080D9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1080D9 is #EF7F26. Grayscale: #686868. Windows color (decimal): -15695655 or 14254096. OLE color: 14254096.
HSL color Cylindrical-coordinate representation of color #1080D9: hue angle of 206.57º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1080D9 is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 128 | 217 | - |
| CMYK | 0.93 | 0.41 | 0 | 0.15 |
| HSL | 206.57º | 0.86% | 0.46% | - |
| HSV(B) | 206.57º | 0.93% | 0.85% | - |
| XYZ | 20.46 | 20.56 | 68.54 | - |
| YUV | 104.66 | 191.39 | 64.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 128 | 217 | 0.93 | 0.41 | 0 | 0.15 | 206.57 | 0.86 | 0.46 |
| Hex | 10 | 80 | D9 | 5D | 29 | 0 | F | CF | 56 | 2E |
| Octal | 20 | 200 | 331 | 135 | 51 | 0 | 17 | 317 | 126 | 56 |
| Binary | 10000 | 10000000 | 11011001 | 1011101 | 101001 | 0 | 1111 | 11001111 | 1010110 | 101110 |
Color Harmonies of #1080D9
Complementary color
Monochromatic Colors of #1080D9
Black with #1080D9
Text Example
Text Example
White with #1080D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1080D9; }
p { color: rgb(16,128,217); }
H1.HeaderClassName
{
color: #1080D9;
}
.AnyTagClassName
{
color: #1080D9;
}
</style>
background-color css
<style>
a { background-color: #1080D9; }
a { background-color: rgb(16,128,217); }
div.DivClassName
{
background-color: #1080D9;
}
.BgClassName
{
background-color: #1080D9;
}
</style>
border-color css
<style>
span { border-color: #1080D9; }
span { border-color: rgb(16,128,217); }
td.TdClassName
{
border-color: #1080D9;
}
.TagClassName
{
border-color: #1080D9;
}
</style>