Shades of Navy Blue #1061DC
Tints of Navy Blue #1061DC
RGB
CMYK
RGB Variations
Color information
#1061DC (or 0x1061DC) is known color: Navy Blue. HEX triplet: 10, 61 and DC. RGB value is (16,97,220). Sum of RGB (Red+Green+Blue) = 16+97+220=333 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.80% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 220 (86.33% from 255 or 66.07% from 333); Max value from RGB is 220 - color contains mainly: blue. Hex color #1061DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1061DC is #EF9E23. Grayscale: #565656. Windows color (decimal): -15703588 or 14442768. OLE color: 14442768.
HSL color Cylindrical-coordinate representation of color #1061DC: hue angle of 216.18º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1061DC is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 97 | 220 | - |
| CMYK | 0.93 | 0.56 | 0 | 0.14 |
| HSL | 216.18º | 0.86% | 0.46% | - |
| HSV(B) | 216.18º | 0.93% | 0.86% | - |
| XYZ | 17.41 | 13.83 | 69.46 | - |
| YUV | 86.8 | 203.16 | 77.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 97 | 220 | 0.93 | 0.56 | 0 | 0.14 | 216.18 | 0.86 | 0.46 |
| Hex | 10 | 61 | DC | 5D | 38 | 0 | E | D8 | 56 | 2E |
| Octal | 20 | 141 | 334 | 135 | 70 | 0 | 16 | 330 | 126 | 56 |
| Binary | 10000 | 1100001 | 11011100 | 1011101 | 111000 | 0 | 1110 | 11011000 | 1010110 | 101110 |
Color Harmonies of #1061DC
Complementary color
Monochromatic Colors of #1061DC
Black with #1061DC
Text Example
Text Example
White with #1061DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1061DC; }
p { color: rgb(16,97,220); }
H1.HeaderClassName
{
color: #1061DC;
}
.AnyTagClassName
{
color: #1061DC;
}
</style>
background-color css
<style>
a { background-color: #1061DC; }
a { background-color: rgb(16,97,220); }
div.DivClassName
{
background-color: #1061DC;
}
.BgClassName
{
background-color: #1061DC;
}
</style>
border-color css
<style>
span { border-color: #1061DC; }
span { border-color: rgb(16,97,220); }
td.TdClassName
{
border-color: #1061DC;
}
.TagClassName
{
border-color: #1061DC;
}
</style>