Shades of Navy Blue #1080D0
Tints of Navy Blue #1080D0
RGB
CMYK
RGB Variations
Color information
#1080D0 (or 0x1080D0) is known color: Navy Blue. HEX triplet: 10, 80 and D0. RGB value is (16,128,208). Sum of RGB (Red+Green+Blue) = 16+128+208=352 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.55% from 352); Green value is 128 (50.39% from 255 or 36.36% from 352); Blue value is 208 (81.64% from 255 or 59.09% from 352); Max value from RGB is 208 - color contains mainly: blue. Hex color #1080D0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1080D0 is #EF7F2F. Grayscale: #676767. Windows color (decimal): -15695664 or 13664272. OLE color: 13664272.
HSL color Cylindrical-coordinate representation of color #1080D0: hue angle of 205º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1080D0 is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 128 | 208 | - |
| CMYK | 0.92 | 0.38 | 0 | 0.18 |
| HSL | 205º | 0.86% | 0.44% | - |
| HSV(B) | 205º | 0.92% | 0.82% | - |
| XYZ | 19.32 | 20.1 | 62.54 | - |
| YUV | 103.63 | 186.89 | 65.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 128 | 208 | 0.92 | 0.38 | 0 | 0.18 | 205 | 0.86 | 0.44 |
| Hex | 10 | 80 | D0 | 5C | 26 | 0 | 12 | CD | 56 | 2C |
| Octal | 20 | 200 | 320 | 134 | 46 | 0 | 22 | 315 | 126 | 54 |
| Binary | 10000 | 10000000 | 11010000 | 1011100 | 100110 | 0 | 10010 | 11001101 | 1010110 | 101100 |
Color Harmonies of #1080D0
Complementary color
Monochromatic Colors of #1080D0
Black with #1080D0
Text Example
Text Example
White with #1080D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1080D0; }
p { color: rgb(16,128,208); }
H1.HeaderClassName
{
color: #1080D0;
}
.AnyTagClassName
{
color: #1080D0;
}
</style>
background-color css
<style>
a { background-color: #1080D0; }
a { background-color: rgb(16,128,208); }
div.DivClassName
{
background-color: #1080D0;
}
.BgClassName
{
background-color: #1080D0;
}
</style>
border-color css
<style>
span { border-color: #1080D0; }
span { border-color: rgb(16,128,208); }
td.TdClassName
{
border-color: #1080D0;
}
.TagClassName
{
border-color: #1080D0;
}
</style>