Shades of Navy Blue #104EE9
Tints of Navy Blue #104EE9
RGB
CMYK
RGB Variations
Color information
#104EE9 (or 0x104EE9) is known color: Navy Blue. HEX triplet: 10, 4E and E9. RGB value is (16,78,233). Sum of RGB (Red+Green+Blue) = 16+78+233=327 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.89% from 327); Green value is 78 (30.86% from 255 or 23.85% from 327); Blue value is 233 (91.41% from 255 or 71.25% from 327); Max value from RGB is 233 - color contains mainly: blue. Hex color #104EE9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #104EE9 is #EFB116. Grayscale: #4C4C4C. Windows color (decimal): -15708439 or 15289872. OLE color: 15289872.
HSL color Cylindrical-coordinate representation of color #104EE9: hue angle of 222.86º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #104EE9 is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 16 | 78 | 233 | - |
| CMYK | 0.93 | 0.67 | 0 | 0.09 |
| HSL | 222.86º | 0.87% | 0.49% | - |
| HSV(B) | 222.86º | 0.93% | 0.91% | - |
| XYZ | 17.65 | 11.44 | 78.37 | - |
| YUV | 77.13 | 215.96 | 84.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 78 | 233 | 0.93 | 0.67 | 0 | 0.09 | 222.86 | 0.87 | 0.49 |
| Hex | 10 | 4E | E9 | 5D | 43 | 0 | 9 | DF | 57 | 31 |
| Octal | 20 | 116 | 351 | 135 | 103 | 0 | 11 | 337 | 127 | 61 |
| Binary | 10000 | 1001110 | 11101001 | 1011101 | 1000011 | 0 | 1001 | 11011111 | 1010111 | 110001 |
Color Harmonies of #104EE9
Complementary color
Monochromatic Colors of #104EE9
Black with #104EE9
Text Example
Text Example
White with #104EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104EE9; }
p { color: rgb(16,78,233); }
H1.HeaderClassName
{
color: #104EE9;
}
.AnyTagClassName
{
color: #104EE9;
}
</style>
background-color css
<style>
a { background-color: #104EE9; }
a { background-color: rgb(16,78,233); }
div.DivClassName
{
background-color: #104EE9;
}
.BgClassName
{
background-color: #104EE9;
}
</style>
border-color css
<style>
span { border-color: #104EE9; }
span { border-color: rgb(16,78,233); }
td.TdClassName
{
border-color: #104EE9;
}
.TagClassName
{
border-color: #104EE9;
}
</style>