Shades of Medium Blue #0110BA
Tints of Medium Blue #0110BA
RGB
CMYK
RGB Variations
Color information
#0110BA (or 0x0110BA) is known color: Medium Blue. HEX triplet: 01, 10 and BA. RGB value is (1,16,186). Sum of RGB (Red+Green+Blue) = 1+16+186=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 16 (6.64% from 255 or 7.88% from 203); Blue value is 186 (73.05% from 255 or 91.63% from 203); Max value from RGB is 186 - color contains mainly: blue. Hex color #0110BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0110BA is #FEEF45. Grayscale: #1E1E1E. Windows color (decimal): -16707398 or 12193793. OLE color: 12193793.
HSL color Cylindrical-coordinate representation of color #0110BA: hue angle of 235.14º 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 #0110BA is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 16 | 186 | - |
| CMYK | 0.99 | 0.91 | 0 | 0.27 |
| HSL | 235.14º | 0.99% | 0.37% | - |
| HSV(B) | 235.14º | 0.99% | 0.73% | - |
| XYZ | 9.06 | 3.92 | 46.73 | - |
| YUV | 30.9 | 215.53 | 106.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 16 | 186 | 0.99 | 0.91 | 0 | 0.27 | 235.14 | 0.99 | 0.37 |
| Hex | 1 | 10 | BA | 63 | 5B | 0 | 1B | EB | 63 | 25 |
| Octal | 1 | 20 | 272 | 143 | 133 | 0 | 33 | 353 | 143 | 45 |
| Binary | 1 | 10000 | 10111010 | 1100011 | 1011011 | 0 | 11011 | 11101011 | 1100011 | 100101 |
Color Harmonies of #0110BA
Complementary color
Monochromatic Colors of #0110BA
Black with #0110BA
Text Example
Text Example
White with #0110BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0110BA; }
p { color: rgb(1,16,186); }
H1.HeaderClassName
{
color: #0110BA;
}
.AnyTagClassName
{
color: #0110BA;
}
</style>
background-color css
<style>
a { background-color: #0110BA; }
a { background-color: rgb(1,16,186); }
div.DivClassName
{
background-color: #0110BA;
}
.BgClassName
{
background-color: #0110BA;
}
</style>
border-color css
<style>
span { border-color: #0110BA; }
span { border-color: rgb(1,16,186); }
td.TdClassName
{
border-color: #0110BA;
}
.TagClassName
{
border-color: #0110BA;
}
</style>