Shades of Blue #0106FA
Tints of Blue #0106FA
RGB
CMYK
RGB Variations
Color information
#0106FA (or 0x0106FA) is known color: Blue. HEX triplet: 01, 06 and FA. RGB value is (1,6,250). Sum of RGB (Red+Green+Blue) = 1+6+250=257 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 257); Green value is 6 (2.73% from 255 or 2.33% from 257); Blue value is 250 (98.05% from 255 or 97.28% from 257); Max value from RGB is 250 - color contains mainly: blue. Hex color #0106FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0106FA is #FEF905. Grayscale: #1F1F1F. Windows color (decimal): -16709894 or 16385537. OLE color: 16385537.
HSL color Cylindrical-coordinate representation of color #0106FA: 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 #0106FA is Cyan = 1.00, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 6 | 250 | - |
| CMYK | 1.00 | 0.98 | 0 | 0.02 |
| HSL | 238.8º | 0.99% | 0.49% | - |
| HSV(B) | 238.8º | 1% | 0.98% | - |
| XYZ | 17.33 | 7.04 | 90.89 | - |
| YUV | 32.32 | 250.84 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 6 | 250 | 1.00 | 0.98 | 0 | 0.02 | 238.8 | 0.99 | 0.49 |
| Hex | 1 | 6 | FA | 64 | 62 | 0 | 2 | EF | 63 | 31 |
| Octal | 1 | 6 | 372 | 144 | 142 | 0 | 2 | 357 | 143 | 61 |
| Binary | 1 | 110 | 11111010 | 1100100 | 1100010 | 0 | 10 | 11101111 | 1100011 | 110001 |
Color Harmonies of #0106FA
Complementary color
Monochromatic Colors of #0106FA
Black with #0106FA
Text Example
Text Example
White with #0106FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0106FA; }
p { color: rgb(1,6,250); }
H1.HeaderClassName
{
color: #0106FA;
}
.AnyTagClassName
{
color: #0106FA;
}
</style>
background-color css
<style>
a { background-color: #0106FA; }
a { background-color: rgb(1,6,250); }
div.DivClassName
{
background-color: #0106FA;
}
.BgClassName
{
background-color: #0106FA;
}
</style>
border-color css
<style>
span { border-color: #0106FA; }
span { border-color: rgb(1,6,250); }
td.TdClassName
{
border-color: #0106FA;
}
.TagClassName
{
border-color: #0106FA;
}
</style>