Shades of Navy Blue #105FED
Tints of Navy Blue #105FED
RGB
CMYK
RGB Variations
Color information
#105FED (or 0x105FED) is known color: Navy Blue. HEX triplet: 10, 5F and ED. RGB value is (16,95,237). Sum of RGB (Red+Green+Blue) = 16+95+237=348 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.60% from 348); Green value is 95 (37.5% from 255 or 27.30% from 348); Blue value is 237 (92.97% from 255 or 68.10% from 348); Max value from RGB is 237 - color contains mainly: blue. Hex color #105FED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #105FED is #EFA012. Grayscale: #565656. Windows color (decimal): -15704083 or 15556368. OLE color: 15556368.
HSL color Cylindrical-coordinate representation of color #105FED: hue angle of 218.55º 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 #105FED is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 95 | 237 | - |
| CMYK | 0.93 | 0.60 | 0 | 0.07 |
| HSL | 218.55º | 0.87% | 0.5% | - |
| HSV(B) | 218.55º | 0.93% | 0.93% | - |
| XYZ | 19.59 | 14.41 | 81.87 | - |
| YUV | 87.57 | 212.33 | 76.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 95 | 237 | 0.93 | 0.60 | 0 | 0.07 | 218.55 | 0.87 | 0.5 |
| Hex | 10 | 5F | ED | 5D | 3C | 0 | 7 | DB | 57 | 32 |
| Octal | 20 | 137 | 355 | 135 | 74 | 0 | 7 | 333 | 127 | 62 |
| Binary | 10000 | 1011111 | 11101101 | 1011101 | 111100 | 0 | 111 | 11011011 | 1010111 | 110010 |
Color Harmonies of #105FED
Complementary color
Monochromatic Colors of #105FED
Black with #105FED
Text Example
Text Example
White with #105FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105FED; }
p { color: rgb(16,95,237); }
H1.HeaderClassName
{
color: #105FED;
}
.AnyTagClassName
{
color: #105FED;
}
</style>
background-color css
<style>
a { background-color: #105FED; }
a { background-color: rgb(16,95,237); }
div.DivClassName
{
background-color: #105FED;
}
.BgClassName
{
background-color: #105FED;
}
</style>
border-color css
<style>
span { border-color: #105FED; }
span { border-color: rgb(16,95,237); }
td.TdClassName
{
border-color: #105FED;
}
.TagClassName
{
border-color: #105FED;
}
</style>