Shades of Blue #100FEB
Tints of Blue #100FEB
RGB
CMYK
RGB Variations
Color information
#100FEB (or 0x100FEB) is known color: Blue. HEX triplet: 10, 0F and EB. RGB value is (16,15,235). Sum of RGB (Red+Green+Blue) = 16+15+235=266 (35% of max value = 765). Red value is 16 (6.64% from 255 or 6.02% from 266); Green value is 15 (6.25% from 255 or 5.64% from 266); Blue value is 235 (92.19% from 255 or 88.35% from 266); Max value from RGB is 235 - color contains mainly: blue. Hex color #100FEB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #100FEB is #EFF014. Grayscale: #272727. Windows color (decimal): -15724565 or 15404816. OLE color: 15404816.
HSL color Cylindrical-coordinate representation of color #100FEB: hue angle of 240.27º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #100FEB is Cyan = 0.93, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 16 | 15 | 235 | - |
| CMYK | 0.93 | 0.94 | 0 | 0.08 |
| HSL | 240.27º | 0.88% | 0.49% | - |
| HSV(B) | 240.27º | 0.94% | 0.92% | - |
| XYZ | 15.38 | 6.45 | 79.03 | - |
| YUV | 40.38 | 237.83 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 15 | 235 | 0.93 | 0.94 | 0 | 0.08 | 240.27 | 0.88 | 0.49 |
| Hex | 10 | F | EB | 5D | 5E | 0 | 8 | F0 | 58 | 31 |
| Octal | 20 | 17 | 353 | 135 | 136 | 0 | 10 | 360 | 130 | 61 |
| Binary | 10000 | 1111 | 11101011 | 1011101 | 1011110 | 0 | 1000 | 11110000 | 1011000 | 110001 |
Color Harmonies of #100FEB
Complementary color
Monochromatic Colors of #100FEB
Black with #100FEB
Text Example
Text Example
White with #100FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100FEB; }
p { color: rgb(16,15,235); }
H1.HeaderClassName
{
color: #100FEB;
}
.AnyTagClassName
{
color: #100FEB;
}
</style>
background-color css
<style>
a { background-color: #100FEB; }
a { background-color: rgb(16,15,235); }
div.DivClassName
{
background-color: #100FEB;
}
.BgClassName
{
background-color: #100FEB;
}
</style>
border-color css
<style>
span { border-color: #100FEB; }
span { border-color: rgb(16,15,235); }
td.TdClassName
{
border-color: #100FEB;
}
.TagClassName
{
border-color: #100FEB;
}
</style>