Shades of Navy Blue #1060D0
Tints of Navy Blue #1060D0
RGB
CMYK
RGB Variations
Color information
#1060D0 (or 0x1060D0) is known color: Navy Blue. HEX triplet: 10, 60 and D0. RGB value is (16,96,208). Sum of RGB (Red+Green+Blue) = 16+96+208=320 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5% from 320); Green value is 96 (37.89% from 255 or 30% from 320); Blue value is 208 (81.64% from 255 or 65% from 320); Max value from RGB is 208 - color contains mainly: blue. Hex color #1060D0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1060D0 is #EF9F2F. Grayscale: #545454. Windows color (decimal): -15703856 or 13656080. OLE color: 13656080.
HSL color Cylindrical-coordinate representation of color #1060D0: hue angle of 215º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1060D0 is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 96 | 208 | - |
| CMYK | 0.92 | 0.54 | 0 | 0.18 |
| HSL | 215º | 0.86% | 0.44% | - |
| HSV(B) | 215º | 0.92% | 0.82% | - |
| XYZ | 15.78 | 13.03 | 61.36 | - |
| YUV | 84.85 | 197.5 | 78.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 96 | 208 | 0.92 | 0.54 | 0 | 0.18 | 215 | 0.86 | 0.44 |
| Hex | 10 | 60 | D0 | 5C | 36 | 0 | 12 | D7 | 56 | 2C |
| Octal | 20 | 140 | 320 | 134 | 66 | 0 | 22 | 327 | 126 | 54 |
| Binary | 10000 | 1100000 | 11010000 | 1011100 | 110110 | 0 | 10010 | 11010111 | 1010110 | 101100 |
Color Harmonies of #1060D0
Complementary color
Monochromatic Colors of #1060D0
Black with #1060D0
Text Example
Text Example
White with #1060D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1060D0; }
p { color: rgb(16,96,208); }
H1.HeaderClassName
{
color: #1060D0;
}
.AnyTagClassName
{
color: #1060D0;
}
</style>
background-color css
<style>
a { background-color: #1060D0; }
a { background-color: rgb(16,96,208); }
div.DivClassName
{
background-color: #1060D0;
}
.BgClassName
{
background-color: #1060D0;
}
</style>
border-color css
<style>
span { border-color: #1060D0; }
span { border-color: rgb(16,96,208); }
td.TdClassName
{
border-color: #1060D0;
}
.TagClassName
{
border-color: #1060D0;
}
</style>