Shades of Navy Blue #1051DB
Tints of Navy Blue #1051DB
RGB
CMYK
RGB Variations
Color information
#1051DB (or 0x1051DB) is known color: Navy Blue. HEX triplet: 10, 51 and DB. RGB value is (16,81,219). Sum of RGB (Red+Green+Blue) = 16+81+219=316 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.06% from 316); Green value is 81 (32.03% from 255 or 25.63% from 316); Blue value is 219 (85.94% from 255 or 69.30% from 316); Max value from RGB is 219 - color contains mainly: blue. Hex color #1051DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1051DB is #EFAE24. Grayscale: #4C4C4C. Windows color (decimal): -15707685 or 14373136. OLE color: 14373136.
HSL color Cylindrical-coordinate representation of color #1051DB: hue angle of 220.79º 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 #1051DB is Cyan = 0.93, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 81 | 219 | - |
| CMYK | 0.93 | 0.63 | 0 | 0.14 |
| HSL | 220.79º | 0.86% | 0.46% | - |
| HSV(B) | 220.79º | 0.93% | 0.86% | - |
| XYZ | 15.94 | 11.11 | 68.32 | - |
| YUV | 77.3 | 207.97 | 84.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 81 | 219 | 0.93 | 0.63 | 0 | 0.14 | 220.79 | 0.86 | 0.46 |
| Hex | 10 | 51 | DB | 5D | 3F | 0 | E | DD | 56 | 2E |
| Octal | 20 | 121 | 333 | 135 | 77 | 0 | 16 | 335 | 126 | 56 |
| Binary | 10000 | 1010001 | 11011011 | 1011101 | 111111 | 0 | 1110 | 11011101 | 1010110 | 101110 |
Color Harmonies of #1051DB
Complementary color
Monochromatic Colors of #1051DB
Black with #1051DB
Text Example
Text Example
White with #1051DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1051DB; }
p { color: rgb(16,81,219); }
H1.HeaderClassName
{
color: #1051DB;
}
.AnyTagClassName
{
color: #1051DB;
}
</style>
background-color css
<style>
a { background-color: #1051DB; }
a { background-color: rgb(16,81,219); }
div.DivClassName
{
background-color: #1051DB;
}
.BgClassName
{
background-color: #1051DB;
}
</style>
border-color css
<style>
span { border-color: #1051DB; }
span { border-color: rgb(16,81,219); }
td.TdClassName
{
border-color: #1051DB;
}
.TagClassName
{
border-color: #1051DB;
}
</style>