Shades of Navy Blue #1070DD
Tints of Navy Blue #1070DD
RGB
CMYK
RGB Variations
Color information
#1070DD (or 0x1070DD) is known color: Navy Blue. HEX triplet: 10, 70 and DD. RGB value is (16,112,221). Sum of RGB (Red+Green+Blue) = 16+112+221=349 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.58% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 221 (86.72% from 255 or 63.32% from 349); Max value from RGB is 221 - color contains mainly: blue. Hex color #1070DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1070DD is #EF8F22. Grayscale: #5F5F5F. Windows color (decimal): -15699747 or 14512144. OLE color: 14512144.
HSL color Cylindrical-coordinate representation of color #1070DD: hue angle of 211.9º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1070DD is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 112 | 221 | - |
| CMYK | 0.93 | 0.49 | 0 | 0.13 |
| HSL | 211.9º | 0.86% | 0.46% | - |
| HSV(B) | 211.9º | 0.93% | 0.87% | - |
| XYZ | 19.06 | 16.92 | 70.67 | - |
| YUV | 95.72 | 198.7 | 71.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 112 | 221 | 0.93 | 0.49 | 0 | 0.13 | 211.9 | 0.86 | 0.46 |
| Hex | 10 | 70 | DD | 5D | 31 | 0 | D | D4 | 56 | 2E |
| Octal | 20 | 160 | 335 | 135 | 61 | 0 | 15 | 324 | 126 | 56 |
| Binary | 10000 | 1110000 | 11011101 | 1011101 | 110001 | 0 | 1101 | 11010100 | 1010110 | 101110 |
Color Harmonies of #1070DD
Complementary color
Monochromatic Colors of #1070DD
Black with #1070DD
Text Example
Text Example
White with #1070DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1070DD; }
p { color: rgb(16,112,221); }
H1.HeaderClassName
{
color: #1070DD;
}
.AnyTagClassName
{
color: #1070DD;
}
</style>
background-color css
<style>
a { background-color: #1070DD; }
a { background-color: rgb(16,112,221); }
div.DivClassName
{
background-color: #1070DD;
}
.BgClassName
{
background-color: #1070DD;
}
</style>
border-color css
<style>
span { border-color: #1070DD; }
span { border-color: rgb(16,112,221); }
td.TdClassName
{
border-color: #1070DD;
}
.TagClassName
{
border-color: #1070DD;
}
</style>