Shades of Navy Blue #104EDD
Tints of Navy Blue #104EDD
RGB
CMYK
RGB Variations
Color information
#104EDD (or 0x104EDD) is known color: Navy Blue. HEX triplet: 10, 4E and DD. RGB value is (16,78,221). Sum of RGB (Red+Green+Blue) = 16+78+221=315 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.08% from 315); Green value is 78 (30.86% from 255 or 24.76% from 315); Blue value is 221 (86.72% from 255 or 70.16% from 315); Max value from RGB is 221 - color contains mainly: blue. Hex color #104EDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #104EDD is #EFB122. Grayscale: #4B4B4B. Windows color (decimal): -15708451 or 14503440. OLE color: 14503440.
HSL color Cylindrical-coordinate representation of color #104EDD: hue angle of 221.85º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #104EDD is Cyan = 0.93, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 78 | 221 | - |
| CMYK | 0.93 | 0.65 | 0 | 0.13 |
| HSL | 221.85º | 0.86% | 0.46% | - |
| HSV(B) | 221.85º | 0.93% | 0.87% | - |
| XYZ | 15.99 | 10.78 | 69.64 | - |
| YUV | 75.76 | 209.96 | 85.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 78 | 221 | 0.93 | 0.65 | 0 | 0.13 | 221.85 | 0.86 | 0.46 |
| Hex | 10 | 4E | DD | 5D | 41 | 0 | D | DE | 56 | 2E |
| Octal | 20 | 116 | 335 | 135 | 101 | 0 | 15 | 336 | 126 | 56 |
| Binary | 10000 | 1001110 | 11011101 | 1011101 | 1000001 | 0 | 1101 | 11011110 | 1010110 | 101110 |
Color Harmonies of #104EDD
Complementary color
Monochromatic Colors of #104EDD
Black with #104EDD
Text Example
Text Example
White with #104EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104EDD; }
p { color: rgb(16,78,221); }
H1.HeaderClassName
{
color: #104EDD;
}
.AnyTagClassName
{
color: #104EDD;
}
</style>
background-color css
<style>
a { background-color: #104EDD; }
a { background-color: rgb(16,78,221); }
div.DivClassName
{
background-color: #104EDD;
}
.BgClassName
{
background-color: #104EDD;
}
</style>
border-color css
<style>
span { border-color: #104EDD; }
span { border-color: rgb(16,78,221); }
td.TdClassName
{
border-color: #104EDD;
}
.TagClassName
{
border-color: #104EDD;
}
</style>