Shades of Navy Blue #105DF0
Tints of Navy Blue #105DF0
RGB
CMYK
RGB Variations
Color information
#105DF0 (or 0x105DF0) is known color: Navy Blue. HEX triplet: 10, 5D and F0. RGB value is (16,93,240). Sum of RGB (Red+Green+Blue) = 16+93+240=349 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.58% from 349); Green value is 93 (36.72% from 255 or 26.65% from 349); Blue value is 240 (94.14% from 255 or 68.77% from 349); Max value from RGB is 240 - color contains mainly: blue. Hex color #105DF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #105DF0 is #EFA20F. Grayscale: #565656. Windows color (decimal): -15704592 or 15752464. OLE color: 15752464.
HSL color Cylindrical-coordinate representation of color #105DF0: hue angle of 219.38º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #105DF0 is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 93 | 240 | - |
| CMYK | 0.93 | 0.61 | 0 | 0.06 |
| HSL | 219.38º | 0.88% | 0.5% | - |
| HSV(B) | 219.38º | 0.93% | 0.94% | - |
| XYZ | 19.86 | 14.23 | 84.14 | - |
| YUV | 86.74 | 214.49 | 77.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 93 | 240 | 0.93 | 0.61 | 0 | 0.06 | 219.38 | 0.88 | 0.5 |
| Hex | 10 | 5D | F0 | 5D | 3D | 0 | 6 | DB | 58 | 32 |
| Octal | 20 | 135 | 360 | 135 | 75 | 0 | 6 | 333 | 130 | 62 |
| Binary | 10000 | 1011101 | 11110000 | 1011101 | 111101 | 0 | 110 | 11011011 | 1011000 | 110010 |
Color Harmonies of #105DF0
Complementary color
Monochromatic Colors of #105DF0
Black with #105DF0
Text Example
Text Example
White with #105DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105DF0; }
p { color: rgb(16,93,240); }
H1.HeaderClassName
{
color: #105DF0;
}
.AnyTagClassName
{
color: #105DF0;
}
</style>
background-color css
<style>
a { background-color: #105DF0; }
a { background-color: rgb(16,93,240); }
div.DivClassName
{
background-color: #105DF0;
}
.BgClassName
{
background-color: #105DF0;
}
</style>
border-color css
<style>
span { border-color: #105DF0; }
span { border-color: rgb(16,93,240); }
td.TdClassName
{
border-color: #105DF0;
}
.TagClassName
{
border-color: #105DF0;
}
</style>