Shades of Navy Blue #1073DF
Tints of Navy Blue #1073DF
RGB
CMYK
RGB Variations
Color information
#1073DF (or 0x1073DF) is known color: Navy Blue. HEX triplet: 10, 73 and DF. RGB value is (16,115,223). Sum of RGB (Red+Green+Blue) = 16+115+223=354 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.52% from 354); Green value is 115 (45.31% from 255 or 32.49% from 354); Blue value is 223 (87.5% from 255 or 62.99% from 354); Max value from RGB is 223 - color contains mainly: blue. Hex color #1073DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1073DF is #EF8C20. Grayscale: #616161. Windows color (decimal): -15698977 or 14643984. OLE color: 14643984.
HSL color Cylindrical-coordinate representation of color #1073DF: hue angle of 211.3º 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 #1073DF is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 115 | 223 | - |
| CMYK | 0.93 | 0.48 | 0 | 0.13 |
| HSL | 211.3º | 0.87% | 0.47% | - |
| HSV(B) | 211.3º | 0.93% | 0.87% | - |
| XYZ | 19.66 | 17.7 | 72.19 | - |
| YUV | 97.71 | 198.7 | 69.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 115 | 223 | 0.93 | 0.48 | 0 | 0.13 | 211.3 | 0.87 | 0.47 |
| Hex | 10 | 73 | DF | 5D | 30 | 0 | D | D3 | 57 | 2F |
| Octal | 20 | 163 | 337 | 135 | 60 | 0 | 15 | 323 | 127 | 57 |
| Binary | 10000 | 1110011 | 11011111 | 1011101 | 110000 | 0 | 1101 | 11010011 | 1010111 | 101111 |
Color Harmonies of #1073DF
Complementary color
Monochromatic Colors of #1073DF
Black with #1073DF
Text Example
Text Example
White with #1073DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1073DF; }
p { color: rgb(16,115,223); }
H1.HeaderClassName
{
color: #1073DF;
}
.AnyTagClassName
{
color: #1073DF;
}
</style>
background-color css
<style>
a { background-color: #1073DF; }
a { background-color: rgb(16,115,223); }
div.DivClassName
{
background-color: #1073DF;
}
.BgClassName
{
background-color: #1073DF;
}
</style>
border-color css
<style>
span { border-color: #1073DF; }
span { border-color: rgb(16,115,223); }
td.TdClassName
{
border-color: #1073DF;
}
.TagClassName
{
border-color: #1073DF;
}
</style>