Shades of Navy Blue #1057DB
Tints of Navy Blue #1057DB
RGB
CMYK
RGB Variations
Color information
#1057DB (or 0x1057DB) is known color: Navy Blue. HEX triplet: 10, 57 and DB. RGB value is (16,87,219). Sum of RGB (Red+Green+Blue) = 16+87+219=322 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.97% from 322); Green value is 87 (34.38% from 255 or 27.02% from 322); Blue value is 219 (85.94% from 255 or 68.01% from 322); Max value from RGB is 219 - color contains mainly: blue. Hex color #1057DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1057DB is #EFA824. Grayscale: #505050. Windows color (decimal): -15706149 or 14374672. OLE color: 14374672.
HSL color Cylindrical-coordinate representation of color #1057DB: hue angle of 219.01º 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 #1057DB is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 87 | 219 | - |
| CMYK | 0.93 | 0.60 | 0 | 0.14 |
| HSL | 219.01º | 0.86% | 0.46% | - |
| HSV(B) | 219.01º | 0.93% | 0.86% | - |
| XYZ | 16.41 | 12.04 | 68.48 | - |
| YUV | 80.82 | 205.98 | 81.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 87 | 219 | 0.93 | 0.60 | 0 | 0.14 | 219.01 | 0.86 | 0.46 |
| Hex | 10 | 57 | DB | 5D | 3C | 0 | E | DB | 56 | 2E |
| Octal | 20 | 127 | 333 | 135 | 74 | 0 | 16 | 333 | 126 | 56 |
| Binary | 10000 | 1010111 | 11011011 | 1011101 | 111100 | 0 | 1110 | 11011011 | 1010110 | 101110 |
Color Harmonies of #1057DB
Complementary color
Monochromatic Colors of #1057DB
Black with #1057DB
Text Example
Text Example
White with #1057DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1057DB; }
p { color: rgb(16,87,219); }
H1.HeaderClassName
{
color: #1057DB;
}
.AnyTagClassName
{
color: #1057DB;
}
</style>
background-color css
<style>
a { background-color: #1057DB; }
a { background-color: rgb(16,87,219); }
div.DivClassName
{
background-color: #1057DB;
}
.BgClassName
{
background-color: #1057DB;
}
</style>
border-color css
<style>
span { border-color: #1057DB; }
span { border-color: rgb(16,87,219); }
td.TdClassName
{
border-color: #1057DB;
}
.TagClassName
{
border-color: #1057DB;
}
</style>