Shades of Navy Blue #105DF1
Tints of Navy Blue #105DF1
RGB
CMYK
RGB Variations
Color information
#105DF1 (or 0x105DF1) is known color: Navy Blue. HEX triplet: 10, 5D and F1. RGB value is (16,93,241). Sum of RGB (Red+Green+Blue) = 16+93+241=350 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.57% from 350); Green value is 93 (36.72% from 255 or 26.57% from 350); Blue value is 241 (94.53% from 255 or 68.86% from 350); Max value from RGB is 241 - color contains mainly: blue. Hex color #105DF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #105DF1 is #EFA20E. Grayscale: #565656. Windows color (decimal): -15704591 or 15818000. OLE color: 15818000.
HSL color Cylindrical-coordinate representation of color #105DF1: hue angle of 219.47º 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 #105DF1 is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 93 | 241 | - |
| CMYK | 0.93 | 0.61 | 0 | 0.05 |
| HSL | 219.47º | 0.89% | 0.5% | - |
| HSV(B) | 219.47º | 0.93% | 0.95% | - |
| XYZ | 20.01 | 14.29 | 84.92 | - |
| YUV | 86.85 | 214.99 | 77.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 93 | 241 | 0.93 | 0.61 | 0 | 0.05 | 219.47 | 0.89 | 0.5 |
| Hex | 10 | 5D | F1 | 5D | 3D | 0 | 5 | DB | 59 | 32 |
| Octal | 20 | 135 | 361 | 135 | 75 | 0 | 5 | 333 | 131 | 62 |
| Binary | 10000 | 1011101 | 11110001 | 1011101 | 111101 | 0 | 101 | 11011011 | 1011001 | 110010 |
Color Harmonies of #105DF1
Complementary color
Monochromatic Colors of #105DF1
Black with #105DF1
Text Example
Text Example
White with #105DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105DF1; }
p { color: rgb(16,93,241); }
H1.HeaderClassName
{
color: #105DF1;
}
.AnyTagClassName
{
color: #105DF1;
}
</style>
background-color css
<style>
a { background-color: #105DF1; }
a { background-color: rgb(16,93,241); }
div.DivClassName
{
background-color: #105DF1;
}
.BgClassName
{
background-color: #105DF1;
}
</style>
border-color css
<style>
span { border-color: #105DF1; }
span { border-color: rgb(16,93,241); }
td.TdClassName
{
border-color: #105DF1;
}
.TagClassName
{
border-color: #105DF1;
}
</style>