Shades of Navy Blue #1065DB
Tints of Navy Blue #1065DB
RGB
CMYK
RGB Variations
Color information
#1065DB (or 0x1065DB) is known color: Navy Blue. HEX triplet: 10, 65 and DB. RGB value is (16,101,219). Sum of RGB (Red+Green+Blue) = 16+101+219=336 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.76% from 336); Green value is 101 (39.84% from 255 or 30.06% from 336); Blue value is 219 (85.94% from 255 or 65.18% from 336); Max value from RGB is 219 - color contains mainly: blue. Hex color #1065DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1065DB is #EF9A24. Grayscale: #585858. Windows color (decimal): -15702565 or 14378256. OLE color: 14378256.
HSL color Cylindrical-coordinate representation of color #1065DB: hue angle of 214.88º 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 #1065DB is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 101 | 219 | - |
| CMYK | 0.93 | 0.54 | 0 | 0.14 |
| HSL | 214.88º | 0.86% | 0.46% | - |
| HSV(B) | 214.88º | 0.93% | 0.86% | - |
| XYZ | 17.65 | 14.53 | 68.89 | - |
| YUV | 89.04 | 201.34 | 75.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 101 | 219 | 0.93 | 0.54 | 0 | 0.14 | 214.88 | 0.86 | 0.46 |
| Hex | 10 | 65 | DB | 5D | 36 | 0 | E | D7 | 56 | 2E |
| Octal | 20 | 145 | 333 | 135 | 66 | 0 | 16 | 327 | 126 | 56 |
| Binary | 10000 | 1100101 | 11011011 | 1011101 | 110110 | 0 | 1110 | 11010111 | 1010110 | 101110 |
Color Harmonies of #1065DB
Complementary color
Monochromatic Colors of #1065DB
Black with #1065DB
Text Example
Text Example
White with #1065DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1065DB; }
p { color: rgb(16,101,219); }
H1.HeaderClassName
{
color: #1065DB;
}
.AnyTagClassName
{
color: #1065DB;
}
</style>
background-color css
<style>
a { background-color: #1065DB; }
a { background-color: rgb(16,101,219); }
div.DivClassName
{
background-color: #1065DB;
}
.BgClassName
{
background-color: #1065DB;
}
</style>
border-color css
<style>
span { border-color: #1065DB; }
span { border-color: rgb(16,101,219); }
td.TdClassName
{
border-color: #1065DB;
}
.TagClassName
{
border-color: #1065DB;
}
</style>