Shades of Navy Blue #1086DA
Tints of Navy Blue #1086DA
RGB
CMYK
RGB Variations
Color information
#1086DA (or 0x1086DA) is known color: Navy Blue. HEX triplet: 10, 86 and DA. RGB value is (16,134,218). Sum of RGB (Red+Green+Blue) = 16+134+218=368 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.35% from 368); Green value is 134 (52.73% from 255 or 36.41% from 368); Blue value is 218 (85.55% from 255 or 59.24% from 368); Max value from RGB is 218 - color contains mainly: blue. Hex color #1086DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1086DA is #EF7925. Grayscale: #6B6B6B. Windows color (decimal): -15694118 or 14321168. OLE color: 14321168.
HSL color Cylindrical-coordinate representation of color #1086DA: hue angle of 204.95º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1086DA is Cyan = 0.93, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 134 | 218 | - |
| CMYK | 0.93 | 0.39 | 0 | 0.15 |
| HSL | 204.95º | 0.86% | 0.46% | - |
| HSV(B) | 204.95º | 0.93% | 0.85% | - |
| XYZ | 21.39 | 22.22 | 69.49 | - |
| YUV | 108.29 | 189.91 | 62.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 134 | 218 | 0.93 | 0.39 | 0 | 0.15 | 204.95 | 0.86 | 0.46 |
| Hex | 10 | 86 | DA | 5D | 27 | 0 | F | CD | 56 | 2E |
| Octal | 20 | 206 | 332 | 135 | 47 | 0 | 17 | 315 | 126 | 56 |
| Binary | 10000 | 10000110 | 11011010 | 1011101 | 100111 | 0 | 1111 | 11001101 | 1010110 | 101110 |
Color Harmonies of #1086DA
Complementary color
Monochromatic Colors of #1086DA
Black with #1086DA
Text Example
Text Example
White with #1086DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1086DA; }
p { color: rgb(16,134,218); }
H1.HeaderClassName
{
color: #1086DA;
}
.AnyTagClassName
{
color: #1086DA;
}
</style>
background-color css
<style>
a { background-color: #1086DA; }
a { background-color: rgb(16,134,218); }
div.DivClassName
{
background-color: #1086DA;
}
.BgClassName
{
background-color: #1086DA;
}
</style>
border-color css
<style>
span { border-color: #1086DA; }
span { border-color: rgb(16,134,218); }
td.TdClassName
{
border-color: #1086DA;
}
.TagClassName
{
border-color: #1086DA;
}
</style>