Shades of Navy Blue #1061DB
Tints of Navy Blue #1061DB
RGB
CMYK
RGB Variations
Color information
#1061DB (or 0x1061DB) is known color: Navy Blue. HEX triplet: 10, 61 and DB. RGB value is (16,97,219). Sum of RGB (Red+Green+Blue) = 16+97+219=332 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.82% from 332); Green value is 97 (38.28% from 255 or 29.22% from 332); Blue value is 219 (85.94% from 255 or 65.96% from 332); Max value from RGB is 219 - color contains mainly: blue. Hex color #1061DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1061DB is #EF9E24. Grayscale: #565656. Windows color (decimal): -15703589 or 14377232. OLE color: 14377232.
HSL color Cylindrical-coordinate representation of color #1061DB: hue angle of 216.06º 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 #1061DB is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 97 | 219 | - |
| CMYK | 0.93 | 0.56 | 0 | 0.14 |
| HSL | 216.06º | 0.86% | 0.46% | - |
| HSV(B) | 216.06º | 0.93% | 0.86% | - |
| XYZ | 17.27 | 13.77 | 68.77 | - |
| YUV | 86.69 | 202.66 | 77.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 97 | 219 | 0.93 | 0.56 | 0 | 0.14 | 216.06 | 0.86 | 0.46 |
| Hex | 10 | 61 | DB | 5D | 38 | 0 | E | D8 | 56 | 2E |
| Octal | 20 | 141 | 333 | 135 | 70 | 0 | 16 | 330 | 126 | 56 |
| Binary | 10000 | 1100001 | 11011011 | 1011101 | 111000 | 0 | 1110 | 11011000 | 1010110 | 101110 |
Color Harmonies of #1061DB
Complementary color
Monochromatic Colors of #1061DB
Black with #1061DB
Text Example
Text Example
White with #1061DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1061DB; }
p { color: rgb(16,97,219); }
H1.HeaderClassName
{
color: #1061DB;
}
.AnyTagClassName
{
color: #1061DB;
}
</style>
background-color css
<style>
a { background-color: #1061DB; }
a { background-color: rgb(16,97,219); }
div.DivClassName
{
background-color: #1061DB;
}
.BgClassName
{
background-color: #1061DB;
}
</style>
border-color css
<style>
span { border-color: #1061DB; }
span { border-color: rgb(16,97,219); }
td.TdClassName
{
border-color: #1061DB;
}
.TagClassName
{
border-color: #1061DB;
}
</style>