Shades of Blue #0116FF
Tints of Blue #0116FF
RGB
CMYK
RGB Variations
Color information
#0116FF (or 0x0116FF) is known color: Blue. HEX triplet: 01, 16 and FF. RGB value is (1,22,255). Sum of RGB (Red+Green+Blue) = 1+22+255=278 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 278); Green value is 22 (8.98% from 255 or 7.91% from 278); Blue value is 255 (100% from 255 or 91.73% from 278); Max value from RGB is 255 - color contains mainly: blue. Hex color #0116FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0116FF is #FEE900. Grayscale: #292929. Windows color (decimal): -16705793 or 16717313. OLE color: 16717313.
HSL color Cylindrical-coordinate representation of color #0116FF: hue angle of 235.04º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0116FF is Cyan = 1.00, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 22 | 255 | - |
| CMYK | 1.00 | 0.91 | 0 | 0 |
| HSL | 235.04º | 1% | 0.5% | - |
| HSV(B) | 235.04º | 1% | 1% | - |
| XYZ | 18.35 | 7.8 | 95.15 | - |
| YUV | 42.28 | 248.04 | 98.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 22 | 255 | 1.00 | 0.91 | 0 | 0 | 235.04 | 1 | 0.5 |
| Hex | 1 | 16 | FF | 64 | 5B | 0 | 0 | EB | 64 | 32 |
| Octal | 1 | 26 | 377 | 144 | 133 | 0 | 0 | 353 | 144 | 62 |
| Binary | 1 | 10110 | 11111111 | 1100100 | 1011011 | 0 | 0 | 11101011 | 1100100 | 110010 |
Color Harmonies of #0116FF
Complementary color
Monochromatic Colors of #0116FF
Black with #0116FF
Text Example
Text Example
White with #0116FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0116FF; }
p { color: rgb(1,22,255); }
H1.HeaderClassName
{
color: #0116FF;
}
.AnyTagClassName
{
color: #0116FF;
}
</style>
background-color css
<style>
a { background-color: #0116FF; }
a { background-color: rgb(1,22,255); }
div.DivClassName
{
background-color: #0116FF;
}
.BgClassName
{
background-color: #0116FF;
}
</style>
border-color css
<style>
span { border-color: #0116FF; }
span { border-color: rgb(1,22,255); }
td.TdClassName
{
border-color: #0116FF;
}
.TagClassName
{
border-color: #0116FF;
}
</style>