Shades of Navy Blue #105BF6
Tints of Navy Blue #105BF6
RGB
CMYK
RGB Variations
Color information
#105BF6 (or 0x105BF6) is known color: Navy Blue. HEX triplet: 10, 5B and F6. RGB value is (16,91,246). Sum of RGB (Red+Green+Blue) = 16+91+246=353 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.53% from 353); Green value is 91 (35.94% from 255 or 25.78% from 353); Blue value is 246 (96.48% from 255 or 69.69% from 353); Max value from RGB is 246 - color contains mainly: blue. Hex color #105BF6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #105BF6 is #EFA409. Grayscale: #555555. Windows color (decimal): -15705098 or 16145168. OLE color: 16145168.
HSL color Cylindrical-coordinate representation of color #105BF6: hue angle of 220.43º degrees, saturation: 0.93, 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 #105BF6 is Cyan = 0.93, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 16 | 91 | 246 | - |
| CMYK | 0.93 | 0.63 | 0 | 0.04 |
| HSL | 220.43º | 0.93% | 0.51% | - |
| HSV(B) | 220.43º | 0.93% | 0.96% | - |
| XYZ | 20.59 | 14.25 | 88.85 | - |
| YUV | 86.25 | 218.15 | 77.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 91 | 246 | 0.93 | 0.63 | 0 | 0.04 | 220.43 | 0.93 | 0.51 |
| Hex | 10 | 5B | F6 | 5D | 3F | 0 | 4 | DC | 5D | 33 |
| Octal | 20 | 133 | 366 | 135 | 77 | 0 | 4 | 334 | 135 | 63 |
| Binary | 10000 | 1011011 | 11110110 | 1011101 | 111111 | 0 | 100 | 11011100 | 1011101 | 110011 |
Color Harmonies of #105BF6
Complementary color
Monochromatic Colors of #105BF6
Black with #105BF6
Text Example
Text Example
White with #105BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105BF6; }
p { color: rgb(16,91,246); }
H1.HeaderClassName
{
color: #105BF6;
}
.AnyTagClassName
{
color: #105BF6;
}
</style>
background-color css
<style>
a { background-color: #105BF6; }
a { background-color: rgb(16,91,246); }
div.DivClassName
{
background-color: #105BF6;
}
.BgClassName
{
background-color: #105BF6;
}
</style>
border-color css
<style>
span { border-color: #105BF6; }
span { border-color: rgb(16,91,246); }
td.TdClassName
{
border-color: #105BF6;
}
.TagClassName
{
border-color: #105BF6;
}
</style>