Shades of Medium Blue #0116BF
Tints of Medium Blue #0116BF
RGB
CMYK
RGB Variations
Color information
#0116BF (or 0x0116BF) is known color: Medium Blue. HEX triplet: 01, 16 and BF. RGB value is (1,22,191). Sum of RGB (Red+Green+Blue) = 1+22+191=214 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 214); Green value is 22 (8.98% from 255 or 10.28% from 214); Blue value is 191 (75% from 255 or 89.25% from 214); Max value from RGB is 191 - color contains mainly: blue. Hex color #0116BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0116BF is #FEE940. Grayscale: #222222. Windows color (decimal): -16705857 or 12523009. OLE color: 12523009.
HSL color Cylindrical-coordinate representation of color #0116BF: hue angle of 233.37º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0116BF is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 22 | 191 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.25 |
| HSL | 233.37º | 0.99% | 0.38% | - |
| HSV(B) | 233.37º | 0.99% | 0.75% | - |
| XYZ | 9.7 | 4.34 | 49.62 | - |
| YUV | 34.99 | 216.04 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 22 | 191 | 0.99 | 0.88 | 0 | 0.25 | 233.37 | 0.99 | 0.38 |
| Hex | 1 | 16 | BF | 63 | 58 | 0 | 19 | E9 | 63 | 26 |
| Octal | 1 | 26 | 277 | 143 | 130 | 0 | 31 | 351 | 143 | 46 |
| Binary | 1 | 10110 | 10111111 | 1100011 | 1011000 | 0 | 11001 | 11101001 | 1100011 | 100110 |
Color Harmonies of #0116BF
Complementary color
Monochromatic Colors of #0116BF
Black with #0116BF
Text Example
Text Example
White with #0116BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0116BF; }
p { color: rgb(1,22,191); }
H1.HeaderClassName
{
color: #0116BF;
}
.AnyTagClassName
{
color: #0116BF;
}
</style>
background-color css
<style>
a { background-color: #0116BF; }
a { background-color: rgb(1,22,191); }
div.DivClassName
{
background-color: #0116BF;
}
.BgClassName
{
background-color: #0116BF;
}
</style>
border-color css
<style>
span { border-color: #0116BF; }
span { border-color: rgb(1,22,191); }
td.TdClassName
{
border-color: #0116BF;
}
.TagClassName
{
border-color: #0116BF;
}
</style>