Shades of Navy Blue #105EE5
Tints of Navy Blue #105EE5
RGB
CMYK
RGB Variations
Color information
#105EE5 (or 0x105EE5) is known color: Navy Blue. HEX triplet: 10, 5E and E5. RGB value is (16,94,229). Sum of RGB (Red+Green+Blue) = 16+94+229=339 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.72% from 339); Green value is 94 (37.11% from 255 or 27.73% from 339); Blue value is 229 (89.84% from 255 or 67.55% from 339); Max value from RGB is 229 - color contains mainly: blue. Hex color #105EE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #105EE5 is #EFA11A. Grayscale: #555555. Windows color (decimal): -15704347 or 15031824. OLE color: 15031824.
HSL color Cylindrical-coordinate representation of color #105EE5: hue angle of 218.03º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #105EE5 is Cyan = 0.93, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 16 | 94 | 229 | - |
| CMYK | 0.93 | 0.59 | 0 | 0.10 |
| HSL | 218.03º | 0.87% | 0.48% | - |
| HSV(B) | 218.03º | 0.93% | 0.9% | - |
| XYZ | 18.36 | 13.77 | 75.82 | - |
| YUV | 86.07 | 208.66 | 78.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 94 | 229 | 0.93 | 0.59 | 0 | 0.10 | 218.03 | 0.87 | 0.48 |
| Hex | 10 | 5E | E5 | 5D | 3B | 0 | A | DA | 57 | 30 |
| Octal | 20 | 136 | 345 | 135 | 73 | 0 | 12 | 332 | 127 | 60 |
| Binary | 10000 | 1011110 | 11100101 | 1011101 | 111011 | 0 | 1010 | 11011010 | 1010111 | 110000 |
Color Harmonies of #105EE5
Complementary color
Monochromatic Colors of #105EE5
Black with #105EE5
Text Example
Text Example
White with #105EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105EE5; }
p { color: rgb(16,94,229); }
H1.HeaderClassName
{
color: #105EE5;
}
.AnyTagClassName
{
color: #105EE5;
}
</style>
background-color css
<style>
a { background-color: #105EE5; }
a { background-color: rgb(16,94,229); }
div.DivClassName
{
background-color: #105EE5;
}
.BgClassName
{
background-color: #105EE5;
}
</style>
border-color css
<style>
span { border-color: #105EE5; }
span { border-color: rgb(16,94,229); }
td.TdClassName
{
border-color: #105EE5;
}
.TagClassName
{
border-color: #105EE5;
}
</style>