Shades of Blue #0106FF
Tints of Blue #0106FF
RGB
CMYK
RGB Variations
Color information
#0106FF (or 0x0106FF) is known color: Blue. HEX triplet: 01, 06 and FF. RGB value is (1,6,255). Sum of RGB (Red+Green+Blue) = 1+6+255=262 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 262); Green value is 6 (2.73% from 255 or 2.29% from 262); Blue value is 255 (100% from 255 or 97.33% from 262); Max value from RGB is 255 - color contains mainly: blue. Hex color #0106FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0106FF is #FEF900. Grayscale: #1F1F1F. Windows color (decimal): -16709889 or 16713217. OLE color: 16713217.
HSL color Cylindrical-coordinate representation of color #0106FF: hue angle of 238.82º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0106FF is Cyan = 1.00, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 6 | 255 | - |
| CMYK | 1.00 | 0.98 | 0 | 0 |
| HSL | 238.82º | 1% | 0.5% | - |
| HSV(B) | 238.82º | 1% | 1% | - |
| XYZ | 18.13 | 7.36 | 95.07 | - |
| YUV | 32.89 | 253.34 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 6 | 255 | 1.00 | 0.98 | 0 | 0 | 238.82 | 1 | 0.5 |
| Hex | 1 | 6 | FF | 64 | 62 | 0 | 0 | EF | 64 | 32 |
| Octal | 1 | 6 | 377 | 144 | 142 | 0 | 0 | 357 | 144 | 62 |
| Binary | 1 | 110 | 11111111 | 1100100 | 1100010 | 0 | 0 | 11101111 | 1100100 | 110010 |
Color Harmonies of #0106FF
Complementary color
Monochromatic Colors of #0106FF
Black with #0106FF
Text Example
Text Example
White with #0106FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0106FF; }
p { color: rgb(1,6,255); }
H1.HeaderClassName
{
color: #0106FF;
}
.AnyTagClassName
{
color: #0106FF;
}
</style>
background-color css
<style>
a { background-color: #0106FF; }
a { background-color: rgb(1,6,255); }
div.DivClassName
{
background-color: #0106FF;
}
.BgClassName
{
background-color: #0106FF;
}
</style>
border-color css
<style>
span { border-color: #0106FF; }
span { border-color: rgb(1,6,255); }
td.TdClassName
{
border-color: #0106FF;
}
.TagClassName
{
border-color: #0106FF;
}
</style>