Shades of Navy Blue #105EE0
Tints of Navy Blue #105EE0
RGB
CMYK
RGB Variations
Color information
#105EE0 (or 0x105EE0) is known color: Navy Blue. HEX triplet: 10, 5E and E0. RGB value is (16,94,224). Sum of RGB (Red+Green+Blue) = 16+94+224=334 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.79% from 334); Green value is 94 (37.11% from 255 or 28.14% from 334); Blue value is 224 (87.89% from 255 or 67.07% from 334); Max value from RGB is 224 - color contains mainly: blue. Hex color #105EE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #105EE0 is #EFA11F. Grayscale: #545454. Windows color (decimal): -15704352 or 14704144. OLE color: 14704144.
HSL color Cylindrical-coordinate representation of color #105EE0: hue angle of 217.5º 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 #105EE0 is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 16 | 94 | 224 | - |
| CMYK | 0.93 | 0.58 | 0 | 0.12 |
| HSL | 217.5º | 0.87% | 0.47% | - |
| HSV(B) | 217.5º | 0.93% | 0.88% | - |
| XYZ | 17.67 | 13.5 | 72.19 | - |
| YUV | 85.5 | 206.16 | 78.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 94 | 224 | 0.93 | 0.58 | 0 | 0.12 | 217.5 | 0.87 | 0.47 |
| Hex | 10 | 5E | E0 | 5D | 3A | 0 | C | DA | 57 | 2F |
| Octal | 20 | 136 | 340 | 135 | 72 | 0 | 14 | 332 | 127 | 57 |
| Binary | 10000 | 1011110 | 11100000 | 1011101 | 111010 | 0 | 1100 | 11011010 | 1010111 | 101111 |
Color Harmonies of #105EE0
Complementary color
Monochromatic Colors of #105EE0
Black with #105EE0
Text Example
Text Example
White with #105EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105EE0; }
p { color: rgb(16,94,224); }
H1.HeaderClassName
{
color: #105EE0;
}
.AnyTagClassName
{
color: #105EE0;
}
</style>
background-color css
<style>
a { background-color: #105EE0; }
a { background-color: rgb(16,94,224); }
div.DivClassName
{
background-color: #105EE0;
}
.BgClassName
{
background-color: #105EE0;
}
</style>
border-color css
<style>
span { border-color: #105EE0; }
span { border-color: rgb(16,94,224); }
td.TdClassName
{
border-color: #105EE0;
}
.TagClassName
{
border-color: #105EE0;
}
</style>