Shades of Navy Blue #1073DE
Tints of Navy Blue #1073DE
RGB
CMYK
RGB Variations
Color information
#1073DE (or 0x1073DE) is known color: Navy Blue. HEX triplet: 10, 73 and DE. RGB value is (16,115,222). Sum of RGB (Red+Green+Blue) = 16+115+222=353 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.53% from 353); Green value is 115 (45.31% from 255 or 32.58% from 353); Blue value is 222 (87.11% from 255 or 62.89% from 353); Max value from RGB is 222 - color contains mainly: blue. Hex color #1073DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1073DE is #EF8C21. Grayscale: #616161. Windows color (decimal): -15698978 or 14578448. OLE color: 14578448.
HSL color Cylindrical-coordinate representation of color #1073DE: hue angle of 211.17º 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 #1073DE is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 115 | 222 | - |
| CMYK | 0.93 | 0.48 | 0 | 0.13 |
| HSL | 211.17º | 0.87% | 0.47% | - |
| HSV(B) | 211.17º | 0.93% | 0.87% | - |
| XYZ | 19.53 | 17.65 | 71.48 | - |
| YUV | 97.6 | 198.2 | 69.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 115 | 222 | 0.93 | 0.48 | 0 | 0.13 | 211.17 | 0.87 | 0.47 |
| Hex | 10 | 73 | DE | 5D | 30 | 0 | D | D3 | 57 | 2F |
| Octal | 20 | 163 | 336 | 135 | 60 | 0 | 15 | 323 | 127 | 57 |
| Binary | 10000 | 1110011 | 11011110 | 1011101 | 110000 | 0 | 1101 | 11010011 | 1010111 | 101111 |
Color Harmonies of #1073DE
Complementary color
Monochromatic Colors of #1073DE
Black with #1073DE
Text Example
Text Example
White with #1073DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1073DE; }
p { color: rgb(16,115,222); }
H1.HeaderClassName
{
color: #1073DE;
}
.AnyTagClassName
{
color: #1073DE;
}
</style>
background-color css
<style>
a { background-color: #1073DE; }
a { background-color: rgb(16,115,222); }
div.DivClassName
{
background-color: #1073DE;
}
.BgClassName
{
background-color: #1073DE;
}
</style>
border-color css
<style>
span { border-color: #1073DE; }
span { border-color: rgb(16,115,222); }
td.TdClassName
{
border-color: #1073DE;
}
.TagClassName
{
border-color: #1073DE;
}
</style>