Shades of Blue #1016FF
Tints of Blue #1016FF
RGB
CMYK
RGB Variations
Color information
#1016FF (or 0x1016FF) is known color: Blue. HEX triplet: 10, 16 and FF. RGB value is (16,22,255). Sum of RGB (Red+Green+Blue) = 16+22+255=293 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.46% from 293); Green value is 22 (8.98% from 255 or 7.51% from 293); Blue value is 255 (100% from 255 or 87.03% from 293); Max value from RGB is 255 - color contains mainly: blue. Hex color #1016FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1016FF is #EFE900. Grayscale: #2D2D2D. Windows color (decimal): -15722753 or 16717328. OLE color: 16717328.
HSL color Cylindrical-coordinate representation of color #1016FF: hue angle of 238.49º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1016FF is Cyan = 0.94, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 22 | 255 | - |
| CMYK | 0.94 | 0.91 | 0 | 0 |
| HSL | 238.49º | 1% | 0.53% | - |
| HSV(B) | 238.49º | 0.94% | 1% | - |
| XYZ | 18.55 | 7.9 | 95.16 | - |
| YUV | 46.77 | 245.51 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 22 | 255 | 0.94 | 0.91 | 0 | 0 | 238.49 | 1 | 0.53 |
| Hex | 10 | 16 | FF | 5E | 5B | 0 | 0 | EE | 64 | 35 |
| Octal | 20 | 26 | 377 | 136 | 133 | 0 | 0 | 356 | 144 | 65 |
| Binary | 10000 | 10110 | 11111111 | 1011110 | 1011011 | 0 | 0 | 11101110 | 1100100 | 110101 |
Color Harmonies of #1016FF
Complementary color
Monochromatic Colors of #1016FF
Black with #1016FF
Text Example
Text Example
White with #1016FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1016FF; }
p { color: rgb(16,22,255); }
H1.HeaderClassName
{
color: #1016FF;
}
.AnyTagClassName
{
color: #1016FF;
}
</style>
background-color css
<style>
a { background-color: #1016FF; }
a { background-color: rgb(16,22,255); }
div.DivClassName
{
background-color: #1016FF;
}
.BgClassName
{
background-color: #1016FF;
}
</style>
border-color css
<style>
span { border-color: #1016FF; }
span { border-color: rgb(16,22,255); }
td.TdClassName
{
border-color: #1016FF;
}
.TagClassName
{
border-color: #1016FF;
}
</style>