Shades of Navy Blue #105EEC
Tints of Navy Blue #105EEC
RGB
CMYK
RGB Variations
Color information
#105EEC (or 0x105EEC) is known color: Navy Blue. HEX triplet: 10, 5E and EC. RGB value is (16,94,236). Sum of RGB (Red+Green+Blue) = 16+94+236=346 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.62% from 346); Green value is 94 (37.11% from 255 or 27.17% from 346); Blue value is 236 (92.58% from 255 or 68.21% from 346); Max value from RGB is 236 - color contains mainly: blue. Hex color #105EEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #105EEC is #EFA113. Grayscale: #565656. Windows color (decimal): -15704340 or 15490576. OLE color: 15490576.
HSL color Cylindrical-coordinate representation of color #105EEC: hue angle of 218.73º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #105EEC is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 94 | 236 | - |
| CMYK | 0.93 | 0.60 | 0 | 0.07 |
| HSL | 218.73º | 0.87% | 0.49% | - |
| HSV(B) | 218.73º | 0.93% | 0.93% | - |
| XYZ | 19.36 | 14.17 | 81.07 | - |
| YUV | 86.87 | 212.16 | 77.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 94 | 236 | 0.93 | 0.60 | 0 | 0.07 | 218.73 | 0.87 | 0.49 |
| Hex | 10 | 5E | EC | 5D | 3C | 0 | 7 | DB | 57 | 31 |
| Octal | 20 | 136 | 354 | 135 | 74 | 0 | 7 | 333 | 127 | 61 |
| Binary | 10000 | 1011110 | 11101100 | 1011101 | 111100 | 0 | 111 | 11011011 | 1010111 | 110001 |
Color Harmonies of #105EEC
Complementary color
Monochromatic Colors of #105EEC
Black with #105EEC
Text Example
Text Example
White with #105EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105EEC; }
p { color: rgb(16,94,236); }
H1.HeaderClassName
{
color: #105EEC;
}
.AnyTagClassName
{
color: #105EEC;
}
</style>
background-color css
<style>
a { background-color: #105EEC; }
a { background-color: rgb(16,94,236); }
div.DivClassName
{
background-color: #105EEC;
}
.BgClassName
{
background-color: #105EEC;
}
</style>
border-color css
<style>
span { border-color: #105EEC; }
span { border-color: rgb(16,94,236); }
td.TdClassName
{
border-color: #105EEC;
}
.TagClassName
{
border-color: #105EEC;
}
</style>