Shades of Blue #101BF6
Tints of Blue #101BF6
RGB
CMYK
RGB Variations
Color information
#101BF6 (or 0x101BF6) is known color: Blue. HEX triplet: 10, 1B and F6. RGB value is (16,27,246). Sum of RGB (Red+Green+Blue) = 16+27+246=289 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.54% from 289); Green value is 27 (10.94% from 255 or 9.34% from 289); Blue value is 246 (96.48% from 255 or 85.12% from 289); Max value from RGB is 246 - color contains mainly: blue. Hex color #101BF6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #101BF6 is #EFE409. Grayscale: #2F2F2F. Windows color (decimal): -15721482 or 16128784. OLE color: 16128784.
HSL color Cylindrical-coordinate representation of color #101BF6: hue angle of 237.13º 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 #101BF6 is Cyan = 0.93, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 16 | 27 | 246 | - |
| CMYK | 0.93 | 0.89 | 0 | 0.04 |
| HSL | 237.13º | 0.93% | 0.51% | - |
| HSV(B) | 237.13º | 0.93% | 0.96% | - |
| XYZ | 17.24 | 7.55 | 87.74 | - |
| YUV | 48.68 | 239.36 | 104.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 27 | 246 | 0.93 | 0.89 | 0 | 0.04 | 237.13 | 0.93 | 0.51 |
| Hex | 10 | 1B | F6 | 5D | 59 | 0 | 4 | ED | 5D | 33 |
| Octal | 20 | 33 | 366 | 135 | 131 | 0 | 4 | 355 | 135 | 63 |
| Binary | 10000 | 11011 | 11110110 | 1011101 | 1011001 | 0 | 100 | 11101101 | 1011101 | 110011 |
Color Harmonies of #101BF6
Complementary color
Monochromatic Colors of #101BF6
Black with #101BF6
Text Example
Text Example
White with #101BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101BF6; }
p { color: rgb(16,27,246); }
H1.HeaderClassName
{
color: #101BF6;
}
.AnyTagClassName
{
color: #101BF6;
}
</style>
background-color css
<style>
a { background-color: #101BF6; }
a { background-color: rgb(16,27,246); }
div.DivClassName
{
background-color: #101BF6;
}
.BgClassName
{
background-color: #101BF6;
}
</style>
border-color css
<style>
span { border-color: #101BF6; }
span { border-color: rgb(16,27,246); }
td.TdClassName
{
border-color: #101BF6;
}
.TagClassName
{
border-color: #101BF6;
}
</style>