Shades of Navy Blue #105EF1
Tints of Navy Blue #105EF1
RGB
CMYK
RGB Variations
Color information
#105EF1 (or 0x105EF1) is known color: Navy Blue. HEX triplet: 10, 5E and F1. RGB value is (16,94,241). Sum of RGB (Red+Green+Blue) = 16+94+241=351 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.56% from 351); Green value is 94 (37.11% from 255 or 26.78% from 351); Blue value is 241 (94.53% from 255 or 68.66% from 351); Max value from RGB is 241 - color contains mainly: blue. Hex color #105EF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #105EF1 is #EFA10E. Grayscale: #565656. Windows color (decimal): -15704335 or 15818256. OLE color: 15818256.
HSL color Cylindrical-coordinate representation of color #105EF1: hue angle of 219.2º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #105EF1 is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 94 | 241 | - |
| CMYK | 0.93 | 0.61 | 0 | 0.05 |
| HSL | 219.2º | 0.89% | 0.5% | - |
| HSV(B) | 219.2º | 0.93% | 0.95% | - |
| XYZ | 20.09 | 14.47 | 84.95 | - |
| YUV | 87.44 | 214.66 | 77.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 94 | 241 | 0.93 | 0.61 | 0 | 0.05 | 219.2 | 0.89 | 0.5 |
| Hex | 10 | 5E | F1 | 5D | 3D | 0 | 5 | DB | 59 | 32 |
| Octal | 20 | 136 | 361 | 135 | 75 | 0 | 5 | 333 | 131 | 62 |
| Binary | 10000 | 1011110 | 11110001 | 1011101 | 111101 | 0 | 101 | 11011011 | 1011001 | 110010 |
Color Harmonies of #105EF1
Complementary color
Monochromatic Colors of #105EF1
Black with #105EF1
Text Example
Text Example
White with #105EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105EF1; }
p { color: rgb(16,94,241); }
H1.HeaderClassName
{
color: #105EF1;
}
.AnyTagClassName
{
color: #105EF1;
}
</style>
background-color css
<style>
a { background-color: #105EF1; }
a { background-color: rgb(16,94,241); }
div.DivClassName
{
background-color: #105EF1;
}
.BgClassName
{
background-color: #105EF1;
}
</style>
border-color css
<style>
span { border-color: #105EF1; }
span { border-color: rgb(16,94,241); }
td.TdClassName
{
border-color: #105EF1;
}
.TagClassName
{
border-color: #105EF1;
}
</style>