Shades of Blue #0105FA
Tints of Blue #0105FA
RGB
CMYK
RGB Variations
Color information
#0105FA (or 0x0105FA) is known color: Blue. HEX triplet: 01, 05 and FA. RGB value is (1,5,250). Sum of RGB (Red+Green+Blue) = 1+5+250=256 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 250 (98.05% from 255 or 97.66% from 256); Max value from RGB is 250 - color contains mainly: blue. Hex color #0105FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0105FA is #FEFA05. Grayscale: #1E1E1E. Windows color (decimal): -16710150 or 16385281. OLE color: 16385281.
HSL color Cylindrical-coordinate representation of color #0105FA: hue angle of 239.04º 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 #0105FA is Cyan = 1.00, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 5 | 250 | - |
| CMYK | 1.00 | 0.98 | 0 | 0.02 |
| HSL | 239.04º | 0.99% | 0.49% | - |
| HSV(B) | 239.04º | 1% | 0.98% | - |
| XYZ | 17.32 | 7.02 | 90.88 | - |
| YUV | 31.73 | 251.17 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 5 | 250 | 1.00 | 0.98 | 0 | 0.02 | 239.04 | 0.99 | 0.49 |
| Hex | 1 | 5 | FA | 64 | 62 | 0 | 2 | EF | 63 | 31 |
| Octal | 1 | 5 | 372 | 144 | 142 | 0 | 2 | 357 | 143 | 61 |
| Binary | 1 | 101 | 11111010 | 1100100 | 1100010 | 0 | 10 | 11101111 | 1100011 | 110001 |
Color Harmonies of #0105FA
Complementary color
Monochromatic Colors of #0105FA
Black with #0105FA
Text Example
Text Example
White with #0105FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0105FA; }
p { color: rgb(1,5,250); }
H1.HeaderClassName
{
color: #0105FA;
}
.AnyTagClassName
{
color: #0105FA;
}
</style>
background-color css
<style>
a { background-color: #0105FA; }
a { background-color: rgb(1,5,250); }
div.DivClassName
{
background-color: #0105FA;
}
.BgClassName
{
background-color: #0105FA;
}
</style>
border-color css
<style>
span { border-color: #0105FA; }
span { border-color: rgb(1,5,250); }
td.TdClassName
{
border-color: #0105FA;
}
.TagClassName
{
border-color: #0105FA;
}
</style>