Shades of Blue #0116FE
Tints of Blue #0116FE
RGB
CMYK
RGB Variations
Color information
#0116FE (or 0x0116FE) is known color: Blue. HEX triplet: 01, 16 and FE. RGB value is (1,22,254). Sum of RGB (Red+Green+Blue) = 1+22+254=277 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 277); Green value is 22 (8.98% from 255 or 7.94% from 277); Blue value is 254 (99.61% from 255 or 91.70% from 277); Max value from RGB is 254 - color contains mainly: blue. Hex color #0116FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0116FE is #FEE901. Grayscale: #292929. Windows color (decimal): -16705794 or 16651777. OLE color: 16651777.
HSL color Cylindrical-coordinate representation of color #0116FE: hue angle of 235.02º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0116FE is Cyan = 1.00, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 1 | 22 | 254 | - |
| CMYK | 1.00 | 0.91 | 0 | 0.00 |
| HSL | 235.02º | 0.99% | 0.5% | - |
| HSV(B) | 235.02º | 1% | 1% | - |
| XYZ | 18.19 | 7.74 | 94.3 | - |
| YUV | 42.17 | 247.54 | 98.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 22 | 254 | 1.00 | 0.91 | 0 | 0.00 | 235.02 | 0.99 | 0.5 |
| Hex | 1 | 16 | FE | 64 | 5B | 0 | 0 | EB | 63 | 32 |
| Octal | 1 | 26 | 376 | 144 | 133 | 0 | 0 | 353 | 143 | 62 |
| Binary | 1 | 10110 | 11111110 | 1100100 | 1011011 | 0 | 0 | 11101011 | 1100011 | 110010 |
Color Harmonies of #0116FE
Complementary color
Monochromatic Colors of #0116FE
Black with #0116FE
Text Example
Text Example
White with #0116FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0116FE; }
p { color: rgb(1,22,254); }
H1.HeaderClassName
{
color: #0116FE;
}
.AnyTagClassName
{
color: #0116FE;
}
</style>
background-color css
<style>
a { background-color: #0116FE; }
a { background-color: rgb(1,22,254); }
div.DivClassName
{
background-color: #0116FE;
}
.BgClassName
{
background-color: #0116FE;
}
</style>
border-color css
<style>
span { border-color: #0116FE; }
span { border-color: rgb(1,22,254); }
td.TdClassName
{
border-color: #0116FE;
}
.TagClassName
{
border-color: #0116FE;
}
</style>