Shades of Navy Blue #1064DB
Tints of Navy Blue #1064DB
RGB
CMYK
RGB Variations
Color information
#1064DB (or 0x1064DB) is known color: Navy Blue. HEX triplet: 10, 64 and DB. RGB value is (16,100,219). Sum of RGB (Red+Green+Blue) = 16+100+219=335 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.78% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 219 (85.94% from 255 or 65.37% from 335); Max value from RGB is 219 - color contains mainly: blue. Hex color #1064DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1064DB is #EF9B24. Grayscale: #575757. Windows color (decimal): -15702821 or 14378000. OLE color: 14378000.
HSL color Cylindrical-coordinate representation of color #1064DB: hue angle of 215.17º 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 #1064DB is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 100 | 219 | - |
| CMYK | 0.93 | 0.54 | 0 | 0.14 |
| HSL | 215.17º | 0.86% | 0.46% | - |
| HSV(B) | 215.17º | 0.93% | 0.86% | - |
| XYZ | 17.56 | 14.34 | 68.86 | - |
| YUV | 88.45 | 201.67 | 76.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 100 | 219 | 0.93 | 0.54 | 0 | 0.14 | 215.17 | 0.86 | 0.46 |
| Hex | 10 | 64 | DB | 5D | 36 | 0 | E | D7 | 56 | 2E |
| Octal | 20 | 144 | 333 | 135 | 66 | 0 | 16 | 327 | 126 | 56 |
| Binary | 10000 | 1100100 | 11011011 | 1011101 | 110110 | 0 | 1110 | 11010111 | 1010110 | 101110 |
Color Harmonies of #1064DB
Complementary color
Monochromatic Colors of #1064DB
Black with #1064DB
Text Example
Text Example
White with #1064DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1064DB; }
p { color: rgb(16,100,219); }
H1.HeaderClassName
{
color: #1064DB;
}
.AnyTagClassName
{
color: #1064DB;
}
</style>
background-color css
<style>
a { background-color: #1064DB; }
a { background-color: rgb(16,100,219); }
div.DivClassName
{
background-color: #1064DB;
}
.BgClassName
{
background-color: #1064DB;
}
</style>
border-color css
<style>
span { border-color: #1064DB; }
span { border-color: rgb(16,100,219); }
td.TdClassName
{
border-color: #1064DB;
}
.TagClassName
{
border-color: #1064DB;
}
</style>