Shades of Blue #0106FB
Tints of Blue #0106FB
RGB
CMYK
RGB Variations
Color information
#0106FB (or 0x0106FB) is known color: Blue. HEX triplet: 01, 06 and FB. RGB value is (1,6,251). Sum of RGB (Red+Green+Blue) = 1+6+251=258 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 258); Green value is 6 (2.73% from 255 or 2.33% from 258); Blue value is 251 (98.44% from 255 or 97.29% from 258); Max value from RGB is 251 - color contains mainly: blue. Hex color #0106FB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0106FB is #FEF904. Grayscale: #1F1F1F. Windows color (decimal): -16709893 or 16451073. OLE color: 16451073.
HSL color Cylindrical-coordinate representation of color #0106FB: hue angle of 238.8º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0106FB is Cyan = 1.00, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 6 | 251 | - |
| CMYK | 1.00 | 0.98 | 0 | 0.02 |
| HSL | 238.8º | 0.99% | 0.49% | - |
| HSV(B) | 238.8º | 1% | 0.98% | - |
| XYZ | 17.49 | 7.1 | 91.72 | - |
| YUV | 32.44 | 251.34 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 6 | 251 | 1.00 | 0.98 | 0 | 0.02 | 238.8 | 0.99 | 0.49 |
| Hex | 1 | 6 | FB | 64 | 62 | 0 | 2 | EF | 63 | 31 |
| Octal | 1 | 6 | 373 | 144 | 142 | 0 | 2 | 357 | 143 | 61 |
| Binary | 1 | 110 | 11111011 | 1100100 | 1100010 | 0 | 10 | 11101111 | 1100011 | 110001 |
Color Harmonies of #0106FB
Complementary color
Monochromatic Colors of #0106FB
Black with #0106FB
Text Example
Text Example
White with #0106FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0106FB; }
p { color: rgb(1,6,251); }
H1.HeaderClassName
{
color: #0106FB;
}
.AnyTagClassName
{
color: #0106FB;
}
</style>
background-color css
<style>
a { background-color: #0106FB; }
a { background-color: rgb(1,6,251); }
div.DivClassName
{
background-color: #0106FB;
}
.BgClassName
{
background-color: #0106FB;
}
</style>
border-color css
<style>
span { border-color: #0106FB; }
span { border-color: rgb(1,6,251); }
td.TdClassName
{
border-color: #0106FB;
}
.TagClassName
{
border-color: #0106FB;
}
</style>