Shades of Blue #0116ED
Tints of Blue #0116ED
RGB
CMYK
RGB Variations
Color information
#0116ED (or 0x0116ED) is known color: Blue. HEX triplet: 01, 16 and ED. RGB value is (1,22,237). Sum of RGB (Red+Green+Blue) = 1+22+237=260 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 260); Green value is 22 (8.98% from 255 or 8.46% from 260); Blue value is 237 (92.97% from 255 or 91.15% from 260); Max value from RGB is 237 - color contains mainly: blue. Hex color #0116ED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0116ED is #FEE912. Grayscale: #272727. Windows color (decimal): -16705811 or 15537665. OLE color: 15537665.
HSL color Cylindrical-coordinate representation of color #0116ED: hue angle of 234.66º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0116ED is Cyan = 1.00, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 22 | 237 | - |
| CMYK | 1.00 | 0.91 | 0 | 0.07 |
| HSL | 234.66º | 0.99% | 0.47% | - |
| HSV(B) | 234.66º | 1% | 0.93% | - |
| XYZ | 15.59 | 6.69 | 80.59 | - |
| YUV | 40.23 | 239.04 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 22 | 237 | 1.00 | 0.91 | 0 | 0.07 | 234.66 | 0.99 | 0.47 |
| Hex | 1 | 16 | ED | 64 | 5B | 0 | 7 | EB | 63 | 2F |
| Octal | 1 | 26 | 355 | 144 | 133 | 0 | 7 | 353 | 143 | 57 |
| Binary | 1 | 10110 | 11101101 | 1100100 | 1011011 | 0 | 111 | 11101011 | 1100011 | 101111 |
Color Harmonies of #0116ED
Complementary color
Monochromatic Colors of #0116ED
Black with #0116ED
Text Example
Text Example
White with #0116ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0116ED; }
p { color: rgb(1,22,237); }
H1.HeaderClassName
{
color: #0116ED;
}
.AnyTagClassName
{
color: #0116ED;
}
</style>
background-color css
<style>
a { background-color: #0116ED; }
a { background-color: rgb(1,22,237); }
div.DivClassName
{
background-color: #0116ED;
}
.BgClassName
{
background-color: #0116ED;
}
</style>
border-color css
<style>
span { border-color: #0116ED; }
span { border-color: rgb(1,22,237); }
td.TdClassName
{
border-color: #0116ED;
}
.TagClassName
{
border-color: #0116ED;
}
</style>