Shades of Blue #0116EB
Tints of Blue #0116EB
RGB
CMYK
RGB Variations
Color information
#0116EB (or 0x0116EB) is known color: Blue. HEX triplet: 01, 16 and EB. RGB value is (1,22,235). Sum of RGB (Red+Green+Blue) = 1+22+235=258 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 258); Green value is 22 (8.98% from 255 or 8.53% from 258); Blue value is 235 (92.19% from 255 or 91.09% from 258); Max value from RGB is 235 - color contains mainly: blue. Hex color #0116EB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0116EB is #FEE914. Grayscale: #272727. Windows color (decimal): -16705813 or 15406593. OLE color: 15406593.
HSL color Cylindrical-coordinate representation of color #0116EB: hue angle of 234.62º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0116EB is Cyan = 1.00, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 1 | 22 | 235 | - |
| CMYK | 1.00 | 0.91 | 0 | 0.08 |
| HSL | 234.62º | 0.99% | 0.46% | - |
| HSV(B) | 234.62º | 1% | 0.92% | - |
| XYZ | 15.29 | 6.58 | 79.06 | - |
| YUV | 40 | 238.04 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 22 | 235 | 1.00 | 0.91 | 0 | 0.08 | 234.62 | 0.99 | 0.46 |
| Hex | 1 | 16 | EB | 64 | 5B | 0 | 8 | EB | 63 | 2E |
| Octal | 1 | 26 | 353 | 144 | 133 | 0 | 10 | 353 | 143 | 56 |
| Binary | 1 | 10110 | 11101011 | 1100100 | 1011011 | 0 | 1000 | 11101011 | 1100011 | 101110 |
Color Harmonies of #0116EB
Complementary color
Monochromatic Colors of #0116EB
Black with #0116EB
Text Example
Text Example
White with #0116EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0116EB; }
p { color: rgb(1,22,235); }
H1.HeaderClassName
{
color: #0116EB;
}
.AnyTagClassName
{
color: #0116EB;
}
</style>
background-color css
<style>
a { background-color: #0116EB; }
a { background-color: rgb(1,22,235); }
div.DivClassName
{
background-color: #0116EB;
}
.BgClassName
{
background-color: #0116EB;
}
</style>
border-color css
<style>
span { border-color: #0116EB; }
span { border-color: rgb(1,22,235); }
td.TdClassName
{
border-color: #0116EB;
}
.TagClassName
{
border-color: #0116EB;
}
</style>