Shades of Navy Blue #1080DB
Tints of Navy Blue #1080DB
RGB
CMYK
RGB Variations
Color information
#1080DB (or 0x1080DB) is known color: Navy Blue. HEX triplet: 10, 80 and DB. RGB value is (16,128,219). Sum of RGB (Red+Green+Blue) = 16+128+219=363 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.41% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 219 (85.94% from 255 or 60.33% from 363); Max value from RGB is 219 - color contains mainly: blue. Hex color #1080DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1080DB is #EF7F24. Grayscale: #686868. Windows color (decimal): -15695653 or 14385168. OLE color: 14385168.
HSL color Cylindrical-coordinate representation of color #1080DB: hue angle of 206.9º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1080DB is Cyan = 0.93, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 128 | 219 | - |
| CMYK | 0.93 | 0.42 | 0 | 0.14 |
| HSL | 206.9º | 0.86% | 0.46% | - |
| HSV(B) | 206.9º | 0.93% | 0.86% | - |
| XYZ | 20.72 | 20.66 | 69.91 | - |
| YUV | 104.89 | 192.39 | 64.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 128 | 219 | 0.93 | 0.42 | 0 | 0.14 | 206.9 | 0.86 | 0.46 |
| Hex | 10 | 80 | DB | 5D | 2A | 0 | E | CF | 56 | 2E |
| Octal | 20 | 200 | 333 | 135 | 52 | 0 | 16 | 317 | 126 | 56 |
| Binary | 10000 | 10000000 | 11011011 | 1011101 | 101010 | 0 | 1110 | 11001111 | 1010110 | 101110 |
Color Harmonies of #1080DB
Complementary color
Monochromatic Colors of #1080DB
Black with #1080DB
Text Example
Text Example
White with #1080DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1080DB; }
p { color: rgb(16,128,219); }
H1.HeaderClassName
{
color: #1080DB;
}
.AnyTagClassName
{
color: #1080DB;
}
</style>
background-color css
<style>
a { background-color: #1080DB; }
a { background-color: rgb(16,128,219); }
div.DivClassName
{
background-color: #1080DB;
}
.BgClassName
{
background-color: #1080DB;
}
</style>
border-color css
<style>
span { border-color: #1080DB; }
span { border-color: rgb(16,128,219); }
td.TdClassName
{
border-color: #1080DB;
}
.TagClassName
{
border-color: #1080DB;
}
</style>