Shades of Navy Blue #1082D8
Tints of Navy Blue #1082D8
RGB
CMYK
RGB Variations
Color information
#1082D8 (or 0x1082D8) is known color: Navy Blue. HEX triplet: 10, 82 and D8. RGB value is (16,130,216). Sum of RGB (Red+Green+Blue) = 16+130+216=362 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.42% from 362); Green value is 130 (51.17% from 255 or 35.91% from 362); Blue value is 216 (84.77% from 255 or 59.67% from 362); Max value from RGB is 216 - color contains mainly: blue. Hex color #1082D8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1082D8 is #EF7D27. Grayscale: #696969. Windows color (decimal): -15695144 or 14189072. OLE color: 14189072.
HSL color Cylindrical-coordinate representation of color #1082D8: hue angle of 205.8º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1082D8 is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 130 | 216 | - |
| CMYK | 0.93 | 0.40 | 0 | 0.15 |
| HSL | 205.8º | 0.86% | 0.45% | - |
| HSV(B) | 205.8º | 0.93% | 0.85% | - |
| XYZ | 20.59 | 21.03 | 67.94 | - |
| YUV | 105.72 | 190.23 | 64.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 130 | 216 | 0.93 | 0.40 | 0 | 0.15 | 205.8 | 0.86 | 0.45 |
| Hex | 10 | 82 | D8 | 5D | 28 | 0 | F | CE | 56 | 2D |
| Octal | 20 | 202 | 330 | 135 | 50 | 0 | 17 | 316 | 126 | 55 |
| Binary | 10000 | 10000010 | 11011000 | 1011101 | 101000 | 0 | 1111 | 11001110 | 1010110 | 101101 |
Color Harmonies of #1082D8
Complementary color
Monochromatic Colors of #1082D8
Black with #1082D8
Text Example
Text Example
White with #1082D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1082D8; }
p { color: rgb(16,130,216); }
H1.HeaderClassName
{
color: #1082D8;
}
.AnyTagClassName
{
color: #1082D8;
}
</style>
background-color css
<style>
a { background-color: #1082D8; }
a { background-color: rgb(16,130,216); }
div.DivClassName
{
background-color: #1082D8;
}
.BgClassName
{
background-color: #1082D8;
}
</style>
border-color css
<style>
span { border-color: #1082D8; }
span { border-color: rgb(16,130,216); }
td.TdClassName
{
border-color: #1082D8;
}
.TagClassName
{
border-color: #1082D8;
}
</style>