Shades of Navy Blue #105DF5
Tints of Navy Blue #105DF5
RGB
CMYK
RGB Variations
Color information
#105DF5 (or 0x105DF5) is known color: Navy Blue. HEX triplet: 10, 5D and F5. RGB value is (16,93,245). Sum of RGB (Red+Green+Blue) = 16+93+245=354 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.52% from 354); Green value is 93 (36.72% from 255 or 26.27% from 354); Blue value is 245 (96.09% from 255 or 69.21% from 354); Max value from RGB is 245 - color contains mainly: blue. Hex color #105DF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #105DF5 is #EFA20A. Grayscale: #565656. Windows color (decimal): -15704587 or 16080144. OLE color: 16080144.
HSL color Cylindrical-coordinate representation of color #105DF5: hue angle of 219.83º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #105DF5 is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 16 | 93 | 245 | - |
| CMYK | 0.93 | 0.62 | 0 | 0.04 |
| HSL | 219.83º | 0.92% | 0.51% | - |
| HSV(B) | 219.83º | 0.93% | 0.96% | - |
| XYZ | 20.61 | 14.53 | 88.1 | - |
| YUV | 87.31 | 216.99 | 77.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 93 | 245 | 0.93 | 0.62 | 0 | 0.04 | 219.83 | 0.92 | 0.51 |
| Hex | 10 | 5D | F5 | 5D | 3E | 0 | 4 | DC | 5C | 33 |
| Octal | 20 | 135 | 365 | 135 | 76 | 0 | 4 | 334 | 134 | 63 |
| Binary | 10000 | 1011101 | 11110101 | 1011101 | 111110 | 0 | 100 | 11011100 | 1011100 | 110011 |
Color Harmonies of #105DF5
Complementary color
Monochromatic Colors of #105DF5
Black with #105DF5
Text Example
Text Example
White with #105DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105DF5; }
p { color: rgb(16,93,245); }
H1.HeaderClassName
{
color: #105DF5;
}
.AnyTagClassName
{
color: #105DF5;
}
</style>
background-color css
<style>
a { background-color: #105DF5; }
a { background-color: rgb(16,93,245); }
div.DivClassName
{
background-color: #105DF5;
}
.BgClassName
{
background-color: #105DF5;
}
</style>
border-color css
<style>
span { border-color: #105DF5; }
span { border-color: rgb(16,93,245); }
td.TdClassName
{
border-color: #105DF5;
}
.TagClassName
{
border-color: #105DF5;
}
</style>