Shades of Navy Blue #104EDA
Tints of Navy Blue #104EDA
RGB
CMYK
RGB Variations
Color information
#104EDA (or 0x104EDA) is known color: Navy Blue. HEX triplet: 10, 4E and DA. RGB value is (16,78,218). Sum of RGB (Red+Green+Blue) = 16+78+218=312 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.13% from 312); Green value is 78 (30.86% from 255 or 25% from 312); Blue value is 218 (85.55% from 255 or 69.87% from 312); Max value from RGB is 218 - color contains mainly: blue. Hex color #104EDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #104EDA is #EFB125. Grayscale: #4A4A4A. Windows color (decimal): -15708454 or 14306832. OLE color: 14306832.
HSL color Cylindrical-coordinate representation of color #104EDA: hue angle of 221.58º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #104EDA is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 78 | 218 | - |
| CMYK | 0.93 | 0.64 | 0 | 0.15 |
| HSL | 221.58º | 0.86% | 0.46% | - |
| HSV(B) | 221.58º | 0.93% | 0.85% | - |
| XYZ | 15.59 | 10.62 | 67.56 | - |
| YUV | 75.42 | 208.46 | 85.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 78 | 218 | 0.93 | 0.64 | 0 | 0.15 | 221.58 | 0.86 | 0.46 |
| Hex | 10 | 4E | DA | 5D | 40 | 0 | F | DE | 56 | 2E |
| Octal | 20 | 116 | 332 | 135 | 100 | 0 | 17 | 336 | 126 | 56 |
| Binary | 10000 | 1001110 | 11011010 | 1011101 | 1000000 | 0 | 1111 | 11011110 | 1010110 | 101110 |
Color Harmonies of #104EDA
Complementary color
Monochromatic Colors of #104EDA
Black with #104EDA
Text Example
Text Example
White with #104EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104EDA; }
p { color: rgb(16,78,218); }
H1.HeaderClassName
{
color: #104EDA;
}
.AnyTagClassName
{
color: #104EDA;
}
</style>
background-color css
<style>
a { background-color: #104EDA; }
a { background-color: rgb(16,78,218); }
div.DivClassName
{
background-color: #104EDA;
}
.BgClassName
{
background-color: #104EDA;
}
</style>
border-color css
<style>
span { border-color: #104EDA; }
span { border-color: rgb(16,78,218); }
td.TdClassName
{
border-color: #104EDA;
}
.TagClassName
{
border-color: #104EDA;
}
</style>