Shades of Navy Blue #104EE3
Tints of Navy Blue #104EE3
RGB
CMYK
RGB Variations
Color information
#104EE3 (or 0x104EE3) is known color: Navy Blue. HEX triplet: 10, 4E and E3. RGB value is (16,78,227). Sum of RGB (Red+Green+Blue) = 16+78+227=321 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.98% from 321); Green value is 78 (30.86% from 255 or 24.30% from 321); Blue value is 227 (89.06% from 255 or 70.72% from 321); Max value from RGB is 227 - color contains mainly: blue. Hex color #104EE3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #104EE3 is #EFB11C. Grayscale: #4B4B4B. Windows color (decimal): -15708445 or 14896656. OLE color: 14896656.
HSL color Cylindrical-coordinate representation of color #104EE3: hue angle of 222.37º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #104EE3 is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 16 | 78 | 227 | - |
| CMYK | 0.93 | 0.66 | 0 | 0.11 |
| HSL | 222.37º | 0.87% | 0.48% | - |
| HSV(B) | 222.37º | 0.93% | 0.89% | - |
| XYZ | 16.8 | 11.1 | 73.93 | - |
| YUV | 76.45 | 212.96 | 84.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 78 | 227 | 0.93 | 0.66 | 0 | 0.11 | 222.37 | 0.87 | 0.48 |
| Hex | 10 | 4E | E3 | 5D | 42 | 0 | B | DE | 57 | 30 |
| Octal | 20 | 116 | 343 | 135 | 102 | 0 | 13 | 336 | 127 | 60 |
| Binary | 10000 | 1001110 | 11100011 | 1011101 | 1000010 | 0 | 1011 | 11011110 | 1010111 | 110000 |
Color Harmonies of #104EE3
Complementary color
Monochromatic Colors of #104EE3
Black with #104EE3
Text Example
Text Example
White with #104EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104EE3; }
p { color: rgb(16,78,227); }
H1.HeaderClassName
{
color: #104EE3;
}
.AnyTagClassName
{
color: #104EE3;
}
</style>
background-color css
<style>
a { background-color: #104EE3; }
a { background-color: rgb(16,78,227); }
div.DivClassName
{
background-color: #104EE3;
}
.BgClassName
{
background-color: #104EE3;
}
</style>
border-color css
<style>
span { border-color: #104EE3; }
span { border-color: rgb(16,78,227); }
td.TdClassName
{
border-color: #104EE3;
}
.TagClassName
{
border-color: #104EE3;
}
</style>