Shades of Navy Blue #1073E3
Tints of Navy Blue #1073E3
RGB
CMYK
RGB Variations
Color information
#1073E3 (or 0x1073E3) is known color: Navy Blue. HEX triplet: 10, 73 and E3. RGB value is (16,115,227). Sum of RGB (Red+Green+Blue) = 16+115+227=358 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.47% from 358); Green value is 115 (45.31% from 255 or 32.12% from 358); Blue value is 227 (89.06% from 255 or 63.41% from 358); Max value from RGB is 227 - color contains mainly: blue. Hex color #1073E3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1073E3 is #EF8C1C. Grayscale: #616161. Windows color (decimal): -15698973 or 14906128. OLE color: 14906128.
HSL color Cylindrical-coordinate representation of color #1073E3: hue angle of 211.85º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1073E3 is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 16 | 115 | 227 | - |
| CMYK | 0.93 | 0.49 | 0 | 0.11 |
| HSL | 211.85º | 0.87% | 0.48% | - |
| HSV(B) | 211.85º | 0.93% | 0.89% | - |
| XYZ | 20.21 | 17.92 | 75.07 | - |
| YUV | 98.17 | 200.7 | 69.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 115 | 227 | 0.93 | 0.49 | 0 | 0.11 | 211.85 | 0.87 | 0.48 |
| Hex | 10 | 73 | E3 | 5D | 31 | 0 | B | D4 | 57 | 30 |
| Octal | 20 | 163 | 343 | 135 | 61 | 0 | 13 | 324 | 127 | 60 |
| Binary | 10000 | 1110011 | 11100011 | 1011101 | 110001 | 0 | 1011 | 11010100 | 1010111 | 110000 |
Color Harmonies of #1073E3
Complementary color
Monochromatic Colors of #1073E3
Black with #1073E3
Text Example
Text Example
White with #1073E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1073E3; }
p { color: rgb(16,115,227); }
H1.HeaderClassName
{
color: #1073E3;
}
.AnyTagClassName
{
color: #1073E3;
}
</style>
background-color css
<style>
a { background-color: #1073E3; }
a { background-color: rgb(16,115,227); }
div.DivClassName
{
background-color: #1073E3;
}
.BgClassName
{
background-color: #1073E3;
}
</style>
border-color css
<style>
span { border-color: #1073E3; }
span { border-color: rgb(16,115,227); }
td.TdClassName
{
border-color: #1073E3;
}
.TagClassName
{
border-color: #1073E3;
}
</style>