Shades of Navy Blue #1069DB
Tints of Navy Blue #1069DB
RGB
CMYK
RGB Variations
Color information
#1069DB (or 0x1069DB) is known color: Navy Blue. HEX triplet: 10, 69 and DB. RGB value is (16,105,219). Sum of RGB (Red+Green+Blue) = 16+105+219=340 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.71% from 340); Green value is 105 (41.41% from 255 or 30.88% from 340); Blue value is 219 (85.94% from 255 or 64.41% from 340); Max value from RGB is 219 - color contains mainly: blue. Hex color #1069DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1069DB is #EF9624. Grayscale: #5A5A5A. Windows color (decimal): -15701541 or 14379280. OLE color: 14379280.
HSL color Cylindrical-coordinate representation of color #1069DB: hue angle of 213.69º 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 #1069DB is Cyan = 0.93, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 105 | 219 | - |
| CMYK | 0.93 | 0.52 | 0 | 0.14 |
| HSL | 213.69º | 0.86% | 0.46% | - |
| HSV(B) | 213.69º | 0.93% | 0.86% | - |
| XYZ | 18.05 | 15.33 | 69.02 | - |
| YUV | 91.39 | 200.01 | 74.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 105 | 219 | 0.93 | 0.52 | 0 | 0.14 | 213.69 | 0.86 | 0.46 |
| Hex | 10 | 69 | DB | 5D | 34 | 0 | E | D6 | 56 | 2E |
| Octal | 20 | 151 | 333 | 135 | 64 | 0 | 16 | 326 | 126 | 56 |
| Binary | 10000 | 1101001 | 11011011 | 1011101 | 110100 | 0 | 1110 | 11010110 | 1010110 | 101110 |
Color Harmonies of #1069DB
Complementary color
Monochromatic Colors of #1069DB
Black with #1069DB
Text Example
Text Example
White with #1069DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1069DB; }
p { color: rgb(16,105,219); }
H1.HeaderClassName
{
color: #1069DB;
}
.AnyTagClassName
{
color: #1069DB;
}
</style>
background-color css
<style>
a { background-color: #1069DB; }
a { background-color: rgb(16,105,219); }
div.DivClassName
{
background-color: #1069DB;
}
.BgClassName
{
background-color: #1069DB;
}
</style>
border-color css
<style>
span { border-color: #1069DB; }
span { border-color: rgb(16,105,219); }
td.TdClassName
{
border-color: #1069DB;
}
.TagClassName
{
border-color: #1069DB;
}
</style>