Shades of Medium Blue #0112BB
Tints of Medium Blue #0112BB
RGB
CMYK
RGB Variations
Color information
#0112BB (or 0x0112BB) is known color: Medium Blue. HEX triplet: 01, 12 and BB. RGB value is (1,18,187). Sum of RGB (Red+Green+Blue) = 1+18+187=206 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 206); Green value is 18 (7.42% from 255 or 8.74% from 206); Blue value is 187 (73.44% from 255 or 90.78% from 206); Max value from RGB is 187 - color contains mainly: blue. Hex color #0112BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0112BB is #FEED44. Grayscale: #1F1F1F. Windows color (decimal): -16706885 or 12259841. OLE color: 12259841.
HSL color Cylindrical-coordinate representation of color #0112BB: hue angle of 234.52º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0112BB is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 18 | 187 | - |
| CMYK | 0.99 | 0.90 | 0 | 0.27 |
| HSL | 234.52º | 0.99% | 0.37% | - |
| HSV(B) | 234.52º | 0.99% | 0.73% | - |
| XYZ | 9.2 | 4.03 | 47.31 | - |
| YUV | 32.18 | 215.37 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 18 | 187 | 0.99 | 0.90 | 0 | 0.27 | 234.52 | 0.99 | 0.37 |
| Hex | 1 | 12 | BB | 63 | 5A | 0 | 1B | EB | 63 | 25 |
| Octal | 1 | 22 | 273 | 143 | 132 | 0 | 33 | 353 | 143 | 45 |
| Binary | 1 | 10010 | 10111011 | 1100011 | 1011010 | 0 | 11011 | 11101011 | 1100011 | 100101 |
Color Harmonies of #0112BB
Complementary color
Monochromatic Colors of #0112BB
Black with #0112BB
Text Example
Text Example
White with #0112BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0112BB; }
p { color: rgb(1,18,187); }
H1.HeaderClassName
{
color: #0112BB;
}
.AnyTagClassName
{
color: #0112BB;
}
</style>
background-color css
<style>
a { background-color: #0112BB; }
a { background-color: rgb(1,18,187); }
div.DivClassName
{
background-color: #0112BB;
}
.BgClassName
{
background-color: #0112BB;
}
</style>
border-color css
<style>
span { border-color: #0112BB; }
span { border-color: rgb(1,18,187); }
td.TdClassName
{
border-color: #0112BB;
}
.TagClassName
{
border-color: #0112BB;
}
</style>