Shades of Navy Blue #1082DE
Tints of Navy Blue #1082DE
RGB
CMYK
RGB Variations
Color information
#1082DE (or 0x1082DE) is known color: Navy Blue. HEX triplet: 10, 82 and DE. RGB value is (16,130,222). Sum of RGB (Red+Green+Blue) = 16+130+222=368 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.35% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 222 (87.11% from 255 or 60.33% from 368); Max value from RGB is 222 - color contains mainly: blue. Hex color #1082DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1082DE is #EF7D21. Grayscale: #696969. Windows color (decimal): -15695138 or 14582288. OLE color: 14582288.
HSL color Cylindrical-coordinate representation of color #1082DE: hue angle of 206.8º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1082DE is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 130 | 222 | - |
| CMYK | 0.93 | 0.41 | 0 | 0.13 |
| HSL | 206.8º | 0.87% | 0.47% | - |
| HSV(B) | 206.8º | 0.93% | 0.87% | - |
| XYZ | 21.38 | 21.35 | 72.1 | - |
| YUV | 106.4 | 193.23 | 63.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 130 | 222 | 0.93 | 0.41 | 0 | 0.13 | 206.8 | 0.87 | 0.47 |
| Hex | 10 | 82 | DE | 5D | 29 | 0 | D | CF | 57 | 2F |
| Octal | 20 | 202 | 336 | 135 | 51 | 0 | 15 | 317 | 127 | 57 |
| Binary | 10000 | 10000010 | 11011110 | 1011101 | 101001 | 0 | 1101 | 11001111 | 1010111 | 101111 |
Color Harmonies of #1082DE
Complementary color
Monochromatic Colors of #1082DE
Black with #1082DE
Text Example
Text Example
White with #1082DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1082DE; }
p { color: rgb(16,130,222); }
H1.HeaderClassName
{
color: #1082DE;
}
.AnyTagClassName
{
color: #1082DE;
}
</style>
background-color css
<style>
a { background-color: #1082DE; }
a { background-color: rgb(16,130,222); }
div.DivClassName
{
background-color: #1082DE;
}
.BgClassName
{
background-color: #1082DE;
}
</style>
border-color css
<style>
span { border-color: #1082DE; }
span { border-color: rgb(16,130,222); }
td.TdClassName
{
border-color: #1082DE;
}
.TagClassName
{
border-color: #1082DE;
}
</style>