Shades of Navy Blue #104EE0
Tints of Navy Blue #104EE0
RGB
CMYK
RGB Variations
Color information
#104EE0 (or 0x104EE0) is known color: Navy Blue. HEX triplet: 10, 4E and E0. RGB value is (16,78,224). Sum of RGB (Red+Green+Blue) = 16+78+224=318 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5.03% from 318); Green value is 78 (30.86% from 255 or 24.53% from 318); Blue value is 224 (87.89% from 255 or 70.44% from 318); Max value from RGB is 224 - color contains mainly: blue. Hex color #104EE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #104EE0 is #EFB11F. Grayscale: #4B4B4B. Windows color (decimal): -15708448 or 14700048. OLE color: 14700048.
HSL color Cylindrical-coordinate representation of color #104EE0: hue angle of 222.12º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #104EE0 is Cyan = 0.93, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 16 | 78 | 224 | - |
| CMYK | 0.93 | 0.65 | 0 | 0.12 |
| HSL | 222.12º | 0.87% | 0.47% | - |
| HSV(B) | 222.12º | 0.93% | 0.88% | - |
| XYZ | 16.39 | 10.94 | 71.77 | - |
| YUV | 76.11 | 211.46 | 85.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 78 | 224 | 0.93 | 0.65 | 0 | 0.12 | 222.12 | 0.87 | 0.47 |
| Hex | 10 | 4E | E0 | 5D | 41 | 0 | C | DE | 57 | 2F |
| Octal | 20 | 116 | 340 | 135 | 101 | 0 | 14 | 336 | 127 | 57 |
| Binary | 10000 | 1001110 | 11100000 | 1011101 | 1000001 | 0 | 1100 | 11011110 | 1010111 | 101111 |
Color Harmonies of #104EE0
Complementary color
Monochromatic Colors of #104EE0
Black with #104EE0
Text Example
Text Example
White with #104EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104EE0; }
p { color: rgb(16,78,224); }
H1.HeaderClassName
{
color: #104EE0;
}
.AnyTagClassName
{
color: #104EE0;
}
</style>
background-color css
<style>
a { background-color: #104EE0; }
a { background-color: rgb(16,78,224); }
div.DivClassName
{
background-color: #104EE0;
}
.BgClassName
{
background-color: #104EE0;
}
</style>
border-color css
<style>
span { border-color: #104EE0; }
span { border-color: rgb(16,78,224); }
td.TdClassName
{
border-color: #104EE0;
}
.TagClassName
{
border-color: #104EE0;
}
</style>