Shades of Navy Blue #1080D5
Tints of Navy Blue #1080D5
RGB
CMYK
RGB Variations
Color information
#1080D5 (or 0x1080D5) is known color: Navy Blue. HEX triplet: 10, 80 and D5. RGB value is (16,128,213). Sum of RGB (Red+Green+Blue) = 16+128+213=357 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.48% from 357); Green value is 128 (50.39% from 255 or 35.85% from 357); Blue value is 213 (83.59% from 255 or 59.66% from 357); Max value from RGB is 213 - color contains mainly: blue. Hex color #1080D5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1080D5 is #EF7F2A. Grayscale: #676767. Windows color (decimal): -15695659 or 13991952. OLE color: 13991952.
HSL color Cylindrical-coordinate representation of color #1080D5: hue angle of 205.89º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1080D5 is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 128 | 213 | - |
| CMYK | 0.92 | 0.40 | 0 | 0.16 |
| HSL | 205.89º | 0.86% | 0.45% | - |
| HSV(B) | 205.89º | 0.92% | 0.84% | - |
| XYZ | 19.94 | 20.35 | 65.83 | - |
| YUV | 104.2 | 189.39 | 65.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 128 | 213 | 0.92 | 0.40 | 0 | 0.16 | 205.89 | 0.86 | 0.45 |
| Hex | 10 | 80 | D5 | 5C | 28 | 0 | 10 | CE | 56 | 2D |
| Octal | 20 | 200 | 325 | 134 | 50 | 0 | 20 | 316 | 126 | 55 |
| Binary | 10000 | 10000000 | 11010101 | 1011100 | 101000 | 0 | 10000 | 11001110 | 1010110 | 101101 |
Color Harmonies of #1080D5
Complementary color
Monochromatic Colors of #1080D5
Black with #1080D5
Text Example
Text Example
White with #1080D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1080D5; }
p { color: rgb(16,128,213); }
H1.HeaderClassName
{
color: #1080D5;
}
.AnyTagClassName
{
color: #1080D5;
}
</style>
background-color css
<style>
a { background-color: #1080D5; }
a { background-color: rgb(16,128,213); }
div.DivClassName
{
background-color: #1080D5;
}
.BgClassName
{
background-color: #1080D5;
}
</style>
border-color css
<style>
span { border-color: #1080D5; }
span { border-color: rgb(16,128,213); }
td.TdClassName
{
border-color: #1080D5;
}
.TagClassName
{
border-color: #1080D5;
}
</style>