Shades of Navy Blue #105EEB
Tints of Navy Blue #105EEB
RGB
CMYK
RGB Variations
Color information
#105EEB (or 0x105EEB) is known color: Navy Blue. HEX triplet: 10, 5E and EB. RGB value is (16,94,235). Sum of RGB (Red+Green+Blue) = 16+94+235=345 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.64% from 345); Green value is 94 (37.11% from 255 or 27.25% from 345); Blue value is 235 (92.19% from 255 or 68.12% from 345); Max value from RGB is 235 - color contains mainly: blue. Hex color #105EEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #105EEB is #EFA114. Grayscale: #565656. Windows color (decimal): -15704341 or 15425040. OLE color: 15425040.
HSL color Cylindrical-coordinate representation of color #105EEB: hue angle of 218.63º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #105EEB is Cyan = 0.93, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 16 | 94 | 235 | - |
| CMYK | 0.93 | 0.6 | 0 | 0.08 |
| HSL | 218.63º | 0.87% | 0.49% | - |
| HSV(B) | 218.63º | 0.93% | 0.92% | - |
| XYZ | 19.21 | 14.11 | 80.31 | - |
| YUV | 86.75 | 211.66 | 77.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 94 | 235 | 0.93 | 0.6 | 0 | 0.08 | 218.63 | 0.87 | 0.49 |
| Hex | 10 | 5E | EB | 5D | 3C | 0 | 8 | DB | 57 | 31 |
| Octal | 20 | 136 | 353 | 135 | 74 | 0 | 10 | 333 | 127 | 61 |
| Binary | 10000 | 1011110 | 11101011 | 1011101 | 111100 | 0 | 1000 | 11011011 | 1010111 | 110001 |
Color Harmonies of #105EEB
Complementary color
Monochromatic Colors of #105EEB
Black with #105EEB
Text Example
Text Example
White with #105EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105EEB; }
p { color: rgb(16,94,235); }
H1.HeaderClassName
{
color: #105EEB;
}
.AnyTagClassName
{
color: #105EEB;
}
</style>
background-color css
<style>
a { background-color: #105EEB; }
a { background-color: rgb(16,94,235); }
div.DivClassName
{
background-color: #105EEB;
}
.BgClassName
{
background-color: #105EEB;
}
</style>
border-color css
<style>
span { border-color: #105EEB; }
span { border-color: rgb(16,94,235); }
td.TdClassName
{
border-color: #105EEB;
}
.TagClassName
{
border-color: #105EEB;
}
</style>