Shades of Navy Blue #1082DB
Tints of Navy Blue #1082DB
RGB
CMYK
RGB Variations
Color information
#1082DB (or 0x1082DB) is known color: Navy Blue. HEX triplet: 10, 82 and DB. RGB value is (16,130,219). Sum of RGB (Red+Green+Blue) = 16+130+219=365 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.38% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 219 (85.94% from 255 or 60% from 365); Max value from RGB is 219 - color contains mainly: blue. Hex color #1082DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1082DB is #EF7D24. Grayscale: #696969. Windows color (decimal): -15695141 or 14385680. OLE color: 14385680.
HSL color Cylindrical-coordinate representation of color #1082DB: hue angle of 206.31º 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 #1082DB is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 130 | 219 | - |
| CMYK | 0.93 | 0.41 | 0 | 0.14 |
| HSL | 206.31º | 0.86% | 0.46% | - |
| HSV(B) | 206.31º | 0.93% | 0.86% | - |
| XYZ | 20.98 | 21.19 | 70 | - |
| YUV | 106.06 | 191.73 | 63.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 130 | 219 | 0.93 | 0.41 | 0 | 0.14 | 206.31 | 0.86 | 0.46 |
| Hex | 10 | 82 | DB | 5D | 29 | 0 | E | CE | 56 | 2E |
| Octal | 20 | 202 | 333 | 135 | 51 | 0 | 16 | 316 | 126 | 56 |
| Binary | 10000 | 10000010 | 11011011 | 1011101 | 101001 | 0 | 1110 | 11001110 | 1010110 | 101110 |
Color Harmonies of #1082DB
Complementary color
Monochromatic Colors of #1082DB
Black with #1082DB
Text Example
Text Example
White with #1082DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1082DB; }
p { color: rgb(16,130,219); }
H1.HeaderClassName
{
color: #1082DB;
}
.AnyTagClassName
{
color: #1082DB;
}
</style>
background-color css
<style>
a { background-color: #1082DB; }
a { background-color: rgb(16,130,219); }
div.DivClassName
{
background-color: #1082DB;
}
.BgClassName
{
background-color: #1082DB;
}
</style>
border-color css
<style>
span { border-color: #1082DB; }
span { border-color: rgb(16,130,219); }
td.TdClassName
{
border-color: #1082DB;
}
.TagClassName
{
border-color: #1082DB;
}
</style>