Shades of Navy Blue #105EED
Tints of Navy Blue #105EED
RGB
CMYK
RGB Variations
Color information
#105EED (or 0x105EED) is known color: Navy Blue. HEX triplet: 10, 5E and ED. RGB value is (16,94,237). Sum of RGB (Red+Green+Blue) = 16+94+237=347 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.61% from 347); Green value is 94 (37.11% from 255 or 27.09% from 347); Blue value is 237 (92.97% from 255 or 68.30% from 347); Max value from RGB is 237 - color contains mainly: blue. Hex color #105EED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #105EED is #EFA112. Grayscale: #565656. Windows color (decimal): -15704339 or 15556112. OLE color: 15556112.
HSL color Cylindrical-coordinate representation of color #105EED: hue angle of 218.82º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #105EED is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 94 | 237 | - |
| CMYK | 0.93 | 0.60 | 0 | 0.07 |
| HSL | 218.82º | 0.87% | 0.5% | - |
| HSV(B) | 218.82º | 0.93% | 0.93% | - |
| XYZ | 19.5 | 14.23 | 81.84 | - |
| YUV | 86.98 | 212.66 | 77.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 94 | 237 | 0.93 | 0.60 | 0 | 0.07 | 218.82 | 0.87 | 0.5 |
| Hex | 10 | 5E | ED | 5D | 3C | 0 | 7 | DB | 57 | 32 |
| Octal | 20 | 136 | 355 | 135 | 74 | 0 | 7 | 333 | 127 | 62 |
| Binary | 10000 | 1011110 | 11101101 | 1011101 | 111100 | 0 | 111 | 11011011 | 1010111 | 110010 |
Color Harmonies of #105EED
Complementary color
Monochromatic Colors of #105EED
Black with #105EED
Text Example
Text Example
White with #105EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105EED; }
p { color: rgb(16,94,237); }
H1.HeaderClassName
{
color: #105EED;
}
.AnyTagClassName
{
color: #105EED;
}
</style>
background-color css
<style>
a { background-color: #105EED; }
a { background-color: rgb(16,94,237); }
div.DivClassName
{
background-color: #105EED;
}
.BgClassName
{
background-color: #105EED;
}
</style>
border-color css
<style>
span { border-color: #105EED; }
span { border-color: rgb(16,94,237); }
td.TdClassName
{
border-color: #105EED;
}
.TagClassName
{
border-color: #105EED;
}
</style>