Shades of Navy Blue #1060DA
Tints of Navy Blue #1060DA
RGB
CMYK
RGB Variations
Color information
#1060DA (or 0x1060DA) is known color: Navy Blue. HEX triplet: 10, 60 and DA. RGB value is (16,96,218). Sum of RGB (Red+Green+Blue) = 16+96+218=330 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.85% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 218 (85.55% from 255 or 66.06% from 330); Max value from RGB is 218 - color contains mainly: blue. Hex color #1060DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1060DA is #EF9F25. Grayscale: #555555. Windows color (decimal): -15703846 or 14311440. OLE color: 14311440.
HSL color Cylindrical-coordinate representation of color #1060DA: hue angle of 216.24º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1060DA is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 96 | 218 | - |
| CMYK | 0.93 | 0.56 | 0 | 0.15 |
| HSL | 216.24º | 0.86% | 0.46% | - |
| HSV(B) | 216.24º | 0.93% | 0.85% | - |
| XYZ | 17.05 | 13.54 | 68.04 | - |
| YUV | 85.99 | 202.5 | 78.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 96 | 218 | 0.93 | 0.56 | 0 | 0.15 | 216.24 | 0.86 | 0.46 |
| Hex | 10 | 60 | DA | 5D | 38 | 0 | F | D8 | 56 | 2E |
| Octal | 20 | 140 | 332 | 135 | 70 | 0 | 17 | 330 | 126 | 56 |
| Binary | 10000 | 1100000 | 11011010 | 1011101 | 111000 | 0 | 1111 | 11011000 | 1010110 | 101110 |
Color Harmonies of #1060DA
Complementary color
Monochromatic Colors of #1060DA
Black with #1060DA
Text Example
Text Example
White with #1060DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1060DA; }
p { color: rgb(16,96,218); }
H1.HeaderClassName
{
color: #1060DA;
}
.AnyTagClassName
{
color: #1060DA;
}
</style>
background-color css
<style>
a { background-color: #1060DA; }
a { background-color: rgb(16,96,218); }
div.DivClassName
{
background-color: #1060DA;
}
.BgClassName
{
background-color: #1060DA;
}
</style>
border-color css
<style>
span { border-color: #1060DA; }
span { border-color: rgb(16,96,218); }
td.TdClassName
{
border-color: #1060DA;
}
.TagClassName
{
border-color: #1060DA;
}
</style>