Shades of Blue #0106FD
Tints of Blue #0106FD
RGB
CMYK
RGB Variations
Color information
#0106FD (or 0x0106FD) is known color: Blue. HEX triplet: 01, 06 and FD. RGB value is (1,6,253). Sum of RGB (Red+Green+Blue) = 1+6+253=260 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 260); Green value is 6 (2.73% from 255 or 2.31% from 260); Blue value is 253 (99.22% from 255 or 97.31% from 260); Max value from RGB is 253 - color contains mainly: blue. Hex color #0106FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0106FD is #FEF902. Grayscale: #1F1F1F. Windows color (decimal): -16709891 or 16582145. OLE color: 16582145.
HSL color Cylindrical-coordinate representation of color #0106FD: hue angle of 238.81º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0106FD is Cyan = 1.00, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 6 | 253 | - |
| CMYK | 1.00 | 0.98 | 0 | 0.01 |
| HSL | 238.81º | 0.99% | 0.5% | - |
| HSV(B) | 238.81º | 1% | 0.99% | - |
| XYZ | 17.81 | 7.23 | 93.39 | - |
| YUV | 32.66 | 252.34 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 6 | 253 | 1.00 | 0.98 | 0 | 0.01 | 238.81 | 0.99 | 0.5 |
| Hex | 1 | 6 | FD | 64 | 62 | 0 | 1 | EF | 63 | 32 |
| Octal | 1 | 6 | 375 | 144 | 142 | 0 | 1 | 357 | 143 | 62 |
| Binary | 1 | 110 | 11111101 | 1100100 | 1100010 | 0 | 1 | 11101111 | 1100011 | 110010 |
Color Harmonies of #0106FD
Complementary color
Monochromatic Colors of #0106FD
Black with #0106FD
Text Example
Text Example
White with #0106FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0106FD; }
p { color: rgb(1,6,253); }
H1.HeaderClassName
{
color: #0106FD;
}
.AnyTagClassName
{
color: #0106FD;
}
</style>
background-color css
<style>
a { background-color: #0106FD; }
a { background-color: rgb(1,6,253); }
div.DivClassName
{
background-color: #0106FD;
}
.BgClassName
{
background-color: #0106FD;
}
</style>
border-color css
<style>
span { border-color: #0106FD; }
span { border-color: rgb(1,6,253); }
td.TdClassName
{
border-color: #0106FD;
}
.TagClassName
{
border-color: #0106FD;
}
</style>