Shades of Blue #0106F1
Tints of Blue #0106F1
RGB
CMYK
RGB Variations
Color information
#0106F1 (or 0x0106F1) is known color: Blue. HEX triplet: 01, 06 and F1. RGB value is (1,6,241). Sum of RGB (Red+Green+Blue) = 1+6+241=248 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 248); Green value is 6 (2.73% from 255 or 2.42% from 248); Blue value is 241 (94.53% from 255 or 97.18% from 248); Max value from RGB is 241 - color contains mainly: blue. Hex color #0106F1 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0106F1 is #FEF90E. Grayscale: #1E1E1E. Windows color (decimal): -16709903 or 15795713. OLE color: 15795713.
HSL color Cylindrical-coordinate representation of color #0106F1: hue angle of 238.75º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0106F1 is Cyan = 1.00, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 1 | 6 | 241 | - |
| CMYK | 1.00 | 0.98 | 0 | 0.05 |
| HSL | 238.75º | 0.99% | 0.47% | - |
| HSV(B) | 238.75º | 1% | 0.95% | - |
| XYZ | 15.95 | 6.49 | 83.63 | - |
| YUV | 31.3 | 246.34 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 6 | 241 | 1.00 | 0.98 | 0 | 0.05 | 238.75 | 0.99 | 0.47 |
| Hex | 1 | 6 | F1 | 64 | 62 | 0 | 5 | EF | 63 | 2F |
| Octal | 1 | 6 | 361 | 144 | 142 | 0 | 5 | 357 | 143 | 57 |
| Binary | 1 | 110 | 11110001 | 1100100 | 1100010 | 0 | 101 | 11101111 | 1100011 | 101111 |
Color Harmonies of #0106F1
Complementary color
Monochromatic Colors of #0106F1
Black with #0106F1
Text Example
Text Example
White with #0106F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0106F1; }
p { color: rgb(1,6,241); }
H1.HeaderClassName
{
color: #0106F1;
}
.AnyTagClassName
{
color: #0106F1;
}
</style>
background-color css
<style>
a { background-color: #0106F1; }
a { background-color: rgb(1,6,241); }
div.DivClassName
{
background-color: #0106F1;
}
.BgClassName
{
background-color: #0106F1;
}
</style>
border-color css
<style>
span { border-color: #0106F1; }
span { border-color: rgb(1,6,241); }
td.TdClassName
{
border-color: #0106F1;
}
.TagClassName
{
border-color: #0106F1;
}
</style>