Shades of Medium Blue #0116BD
Tints of Medium Blue #0116BD
RGB
CMYK
RGB Variations
Color information
#0116BD (or 0x0116BD) is known color: Medium Blue. HEX triplet: 01, 16 and BD. RGB value is (1,22,189). Sum of RGB (Red+Green+Blue) = 1+22+189=212 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 212); Green value is 22 (8.98% from 255 or 10.38% from 212); Blue value is 189 (74.22% from 255 or 89.15% from 212); Max value from RGB is 189 - color contains mainly: blue. Hex color #0116BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0116BD is #FEE942. Grayscale: #222222. Windows color (decimal): -16705859 or 12391937. OLE color: 12391937.
HSL color Cylindrical-coordinate representation of color #0116BD: hue angle of 233.3º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0116BD is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 22 | 189 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.26 |
| HSL | 233.3º | 0.99% | 0.37% | - |
| HSV(B) | 233.3º | 0.99% | 0.74% | - |
| XYZ | 9.48 | 4.25 | 48.47 | - |
| YUV | 34.76 | 215.04 | 103.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 22 | 189 | 0.99 | 0.88 | 0 | 0.26 | 233.3 | 0.99 | 0.37 |
| Hex | 1 | 16 | BD | 63 | 58 | 0 | 1A | E9 | 63 | 25 |
| Octal | 1 | 26 | 275 | 143 | 130 | 0 | 32 | 351 | 143 | 45 |
| Binary | 1 | 10110 | 10111101 | 1100011 | 1011000 | 0 | 11010 | 11101001 | 1100011 | 100101 |
Color Harmonies of #0116BD
Complementary color
Monochromatic Colors of #0116BD
Black with #0116BD
Text Example
Text Example
White with #0116BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0116BD; }
p { color: rgb(1,22,189); }
H1.HeaderClassName
{
color: #0116BD;
}
.AnyTagClassName
{
color: #0116BD;
}
</style>
background-color css
<style>
a { background-color: #0116BD; }
a { background-color: rgb(1,22,189); }
div.DivClassName
{
background-color: #0116BD;
}
.BgClassName
{
background-color: #0116BD;
}
</style>
border-color css
<style>
span { border-color: #0116BD; }
span { border-color: rgb(1,22,189); }
td.TdClassName
{
border-color: #0116BD;
}
.TagClassName
{
border-color: #0116BD;
}
</style>