Shades of Navy Blue #1083D8
Tints of Navy Blue #1083D8
RGB
CMYK
RGB Variations
Color information
#1083D8 (or 0x1083D8) is known color: Navy Blue. HEX triplet: 10, 83 and D8. RGB value is (16,131,216). Sum of RGB (Red+Green+Blue) = 16+131+216=363 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.41% from 363); Green value is 131 (51.56% from 255 or 36.09% from 363); Blue value is 216 (84.77% from 255 or 59.50% from 363); Max value from RGB is 216 - color contains mainly: blue. Hex color #1083D8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1083D8 is #EF7C27. Grayscale: #696969. Windows color (decimal): -15694888 or 14189328. OLE color: 14189328.
HSL color Cylindrical-coordinate representation of color #1083D8: hue angle of 205.5º 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 #1083D8 is Cyan = 0.93, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 131 | 216 | - |
| CMYK | 0.93 | 0.39 | 0 | 0.15 |
| HSL | 205.5º | 0.86% | 0.45% | - |
| HSV(B) | 205.5º | 0.93% | 0.85% | - |
| XYZ | 20.72 | 21.3 | 67.98 | - |
| YUV | 106.31 | 189.9 | 63.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 131 | 216 | 0.93 | 0.39 | 0 | 0.15 | 205.5 | 0.86 | 0.45 |
| Hex | 10 | 83 | D8 | 5D | 27 | 0 | F | CE | 56 | 2D |
| Octal | 20 | 203 | 330 | 135 | 47 | 0 | 17 | 316 | 126 | 55 |
| Binary | 10000 | 10000011 | 11011000 | 1011101 | 100111 | 0 | 1111 | 11001110 | 1010110 | 101101 |
Color Harmonies of #1083D8
Complementary color
Monochromatic Colors of #1083D8
Black with #1083D8
Text Example
Text Example
White with #1083D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1083D8; }
p { color: rgb(16,131,216); }
H1.HeaderClassName
{
color: #1083D8;
}
.AnyTagClassName
{
color: #1083D8;
}
</style>
background-color css
<style>
a { background-color: #1083D8; }
a { background-color: rgb(16,131,216); }
div.DivClassName
{
background-color: #1083D8;
}
.BgClassName
{
background-color: #1083D8;
}
</style>
border-color css
<style>
span { border-color: #1083D8; }
span { border-color: rgb(16,131,216); }
td.TdClassName
{
border-color: #1083D8;
}
.TagClassName
{
border-color: #1083D8;
}
</style>