Shades of Navy Blue #1061DD
Tints of Navy Blue #1061DD
RGB
CMYK
RGB Variations
Color information
#1061DD (or 0x1061DD) is known color: Navy Blue. HEX triplet: 10, 61 and DD. RGB value is (16,97,221). Sum of RGB (Red+Green+Blue) = 16+97+221=334 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.79% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 221 (86.72% from 255 or 66.17% from 334); Max value from RGB is 221 - color contains mainly: blue. Hex color #1061DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1061DD is #EF9E22. Grayscale: #565656. Windows color (decimal): -15703587 or 14508304. OLE color: 14508304.
HSL color Cylindrical-coordinate representation of color #1061DD: hue angle of 216.29º 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 #1061DD is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 97 | 221 | - |
| CMYK | 0.93 | 0.56 | 0 | 0.13 |
| HSL | 216.29º | 0.86% | 0.46% | - |
| HSV(B) | 216.29º | 0.93% | 0.87% | - |
| XYZ | 17.54 | 13.88 | 70.16 | - |
| YUV | 86.92 | 203.66 | 77.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 97 | 221 | 0.93 | 0.56 | 0 | 0.13 | 216.29 | 0.86 | 0.46 |
| Hex | 10 | 61 | DD | 5D | 38 | 0 | D | D8 | 56 | 2E |
| Octal | 20 | 141 | 335 | 135 | 70 | 0 | 15 | 330 | 126 | 56 |
| Binary | 10000 | 1100001 | 11011101 | 1011101 | 111000 | 0 | 1101 | 11011000 | 1010110 | 101110 |
Color Harmonies of #1061DD
Complementary color
Monochromatic Colors of #1061DD
Black with #1061DD
Text Example
Text Example
White with #1061DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1061DD; }
p { color: rgb(16,97,221); }
H1.HeaderClassName
{
color: #1061DD;
}
.AnyTagClassName
{
color: #1061DD;
}
</style>
background-color css
<style>
a { background-color: #1061DD; }
a { background-color: rgb(16,97,221); }
div.DivClassName
{
background-color: #1061DD;
}
.BgClassName
{
background-color: #1061DD;
}
</style>
border-color css
<style>
span { border-color: #1061DD; }
span { border-color: rgb(16,97,221); }
td.TdClassName
{
border-color: #1061DD;
}
.TagClassName
{
border-color: #1061DD;
}
</style>