Shades of Blue #0106EB
Tints of Blue #0106EB
RGB
CMYK
RGB Variations
Color information
#0106EB (or 0x0106EB) is known color: Blue. HEX triplet: 01, 06 and EB. RGB value is (1,6,235). Sum of RGB (Red+Green+Blue) = 1+6+235=242 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 242); Green value is 6 (2.73% from 255 or 2.48% from 242); Blue value is 235 (92.19% from 255 or 97.11% from 242); Max value from RGB is 235 - color contains mainly: blue. Hex color #0106EB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0106EB is #FEF914. Grayscale: #1D1D1D. Windows color (decimal): -16709909 or 15402497. OLE color: 15402497.
HSL color Cylindrical-coordinate representation of color #0106EB: hue angle of 238.72º 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 #0106EB is Cyan = 1.00, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 1 | 6 | 235 | - |
| CMYK | 1.00 | 0.97 | 0 | 0.08 |
| HSL | 238.72º | 0.99% | 0.46% | - |
| HSV(B) | 238.72º | 1% | 0.92% | - |
| XYZ | 15.07 | 6.13 | 78.99 | - |
| YUV | 30.61 | 243.34 | 106.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 6 | 235 | 1.00 | 0.97 | 0 | 0.08 | 238.72 | 0.99 | 0.46 |
| Hex | 1 | 6 | EB | 64 | 61 | 0 | 8 | EF | 63 | 2E |
| Octal | 1 | 6 | 353 | 144 | 141 | 0 | 10 | 357 | 143 | 56 |
| Binary | 1 | 110 | 11101011 | 1100100 | 1100001 | 0 | 1000 | 11101111 | 1100011 | 101110 |
Color Harmonies of #0106EB
Complementary color
Monochromatic Colors of #0106EB
Black with #0106EB
Text Example
Text Example
White with #0106EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0106EB; }
p { color: rgb(1,6,235); }
H1.HeaderClassName
{
color: #0106EB;
}
.AnyTagClassName
{
color: #0106EB;
}
</style>
background-color css
<style>
a { background-color: #0106EB; }
a { background-color: rgb(1,6,235); }
div.DivClassName
{
background-color: #0106EB;
}
.BgClassName
{
background-color: #0106EB;
}
</style>
border-color css
<style>
span { border-color: #0106EB; }
span { border-color: rgb(1,6,235); }
td.TdClassName
{
border-color: #0106EB;
}
.TagClassName
{
border-color: #0106EB;
}
</style>