Shades of Navy Blue #104EE8
Tints of Navy Blue #104EE8
RGB
CMYK
RGB Variations
Color information
#104EE8 (or 0x104EE8) is known color: Navy Blue. HEX triplet: 10, 4E and E8. RGB value is (16,78,232). Sum of RGB (Red+Green+Blue) = 16+78+232=326 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.91% from 326); Green value is 78 (30.86% from 255 or 23.93% from 326); Blue value is 232 (91.02% from 255 or 71.17% from 326); Max value from RGB is 232 - color contains mainly: blue. Hex color #104EE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #104EE8 is #EFB117. Grayscale: #4C4C4C. Windows color (decimal): -15708440 or 15224336. OLE color: 15224336.
HSL color Cylindrical-coordinate representation of color #104EE8: hue angle of 222.78º 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 #104EE8 is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 16 | 78 | 232 | - |
| CMYK | 0.93 | 0.66 | 0 | 0.09 |
| HSL | 222.78º | 0.87% | 0.49% | - |
| HSV(B) | 222.78º | 0.93% | 0.91% | - |
| XYZ | 17.5 | 11.39 | 77.62 | - |
| YUV | 77.02 | 215.46 | 84.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 78 | 232 | 0.93 | 0.66 | 0 | 0.09 | 222.78 | 0.87 | 0.49 |
| Hex | 10 | 4E | E8 | 5D | 42 | 0 | 9 | DF | 57 | 31 |
| Octal | 20 | 116 | 350 | 135 | 102 | 0 | 11 | 337 | 127 | 61 |
| Binary | 10000 | 1001110 | 11101000 | 1011101 | 1000010 | 0 | 1001 | 11011111 | 1010111 | 110001 |
Color Harmonies of #104EE8
Complementary color
Monochromatic Colors of #104EE8
Black with #104EE8
Text Example
Text Example
White with #104EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104EE8; }
p { color: rgb(16,78,232); }
H1.HeaderClassName
{
color: #104EE8;
}
.AnyTagClassName
{
color: #104EE8;
}
</style>
background-color css
<style>
a { background-color: #104EE8; }
a { background-color: rgb(16,78,232); }
div.DivClassName
{
background-color: #104EE8;
}
.BgClassName
{
background-color: #104EE8;
}
</style>
border-color css
<style>
span { border-color: #104EE8; }
span { border-color: rgb(16,78,232); }
td.TdClassName
{
border-color: #104EE8;
}
.TagClassName
{
border-color: #104EE8;
}
</style>