Shades of Navy Blue #105DF2
Tints of Navy Blue #105DF2
RGB
CMYK
RGB Variations
Color information
#105DF2 (or 0x105DF2) is known color: Navy Blue. HEX triplet: 10, 5D and F2. RGB value is (16,93,242). Sum of RGB (Red+Green+Blue) = 16+93+242=351 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.56% from 351); Green value is 93 (36.72% from 255 or 26.50% from 351); Blue value is 242 (94.92% from 255 or 68.95% from 351); Max value from RGB is 242 - color contains mainly: blue. Hex color #105DF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #105DF2 is #EFA20D. Grayscale: #565656. Windows color (decimal): -15704590 or 15883536. OLE color: 15883536.
HSL color Cylindrical-coordinate representation of color #105DF2: hue angle of 219.56º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #105DF2 is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 93 | 242 | - |
| CMYK | 0.93 | 0.62 | 0 | 0.05 |
| HSL | 219.56º | 0.9% | 0.51% | - |
| HSV(B) | 219.56º | 0.93% | 0.95% | - |
| XYZ | 20.16 | 14.35 | 85.71 | - |
| YUV | 86.96 | 215.49 | 77.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 93 | 242 | 0.93 | 0.62 | 0 | 0.05 | 219.56 | 0.9 | 0.51 |
| Hex | 10 | 5D | F2 | 5D | 3E | 0 | 5 | DC | 5A | 33 |
| Octal | 20 | 135 | 362 | 135 | 76 | 0 | 5 | 334 | 132 | 63 |
| Binary | 10000 | 1011101 | 11110010 | 1011101 | 111110 | 0 | 101 | 11011100 | 1011010 | 110011 |
Color Harmonies of #105DF2
Complementary color
Monochromatic Colors of #105DF2
Black with #105DF2
Text Example
Text Example
White with #105DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105DF2; }
p { color: rgb(16,93,242); }
H1.HeaderClassName
{
color: #105DF2;
}
.AnyTagClassName
{
color: #105DF2;
}
</style>
background-color css
<style>
a { background-color: #105DF2; }
a { background-color: rgb(16,93,242); }
div.DivClassName
{
background-color: #105DF2;
}
.BgClassName
{
background-color: #105DF2;
}
</style>
border-color css
<style>
span { border-color: #105DF2; }
span { border-color: rgb(16,93,242); }
td.TdClassName
{
border-color: #105DF2;
}
.TagClassName
{
border-color: #105DF2;
}
</style>