Shades of Navy Blue #104EDB
Tints of Navy Blue #104EDB
RGB
CMYK
RGB Variations
Color information
#104EDB (or 0x104EDB) is known color: Navy Blue. HEX triplet: 10, 4E and DB. RGB value is (16,78,219). Sum of RGB (Red+Green+Blue) = 16+78+219=313 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.11% from 313); Green value is 78 (30.86% from 255 or 24.92% from 313); Blue value is 219 (85.94% from 255 or 69.97% from 313); Max value from RGB is 219 - color contains mainly: blue. Hex color #104EDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #104EDB is #EFB124. Grayscale: #4A4A4A. Windows color (decimal): -15708453 or 14372368. OLE color: 14372368.
HSL color Cylindrical-coordinate representation of color #104EDB: hue angle of 221.67º 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 #104EDB is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 78 | 219 | - |
| CMYK | 0.93 | 0.64 | 0 | 0.14 |
| HSL | 221.67º | 0.86% | 0.46% | - |
| HSV(B) | 221.67º | 0.93% | 0.86% | - |
| XYZ | 15.72 | 10.67 | 68.25 | - |
| YUV | 75.54 | 208.96 | 85.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 78 | 219 | 0.93 | 0.64 | 0 | 0.14 | 221.67 | 0.86 | 0.46 |
| Hex | 10 | 4E | DB | 5D | 40 | 0 | E | DE | 56 | 2E |
| Octal | 20 | 116 | 333 | 135 | 100 | 0 | 16 | 336 | 126 | 56 |
| Binary | 10000 | 1001110 | 11011011 | 1011101 | 1000000 | 0 | 1110 | 11011110 | 1010110 | 101110 |
Color Harmonies of #104EDB
Complementary color
Monochromatic Colors of #104EDB
Black with #104EDB
Text Example
Text Example
White with #104EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104EDB; }
p { color: rgb(16,78,219); }
H1.HeaderClassName
{
color: #104EDB;
}
.AnyTagClassName
{
color: #104EDB;
}
</style>
background-color css
<style>
a { background-color: #104EDB; }
a { background-color: rgb(16,78,219); }
div.DivClassName
{
background-color: #104EDB;
}
.BgClassName
{
background-color: #104EDB;
}
</style>
border-color css
<style>
span { border-color: #104EDB; }
span { border-color: rgb(16,78,219); }
td.TdClassName
{
border-color: #104EDB;
}
.TagClassName
{
border-color: #104EDB;
}
</style>