Shades of Medium Blue #0110BD
Tints of Medium Blue #0110BD
RGB
CMYK
RGB Variations
Color information
#0110BD (or 0x0110BD) is known color: Medium Blue. HEX triplet: 01, 10 and BD. RGB value is (1,16,189). Sum of RGB (Red+Green+Blue) = 1+16+189=206 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 206); Green value is 16 (6.64% from 255 or 7.77% from 206); Blue value is 189 (74.22% from 255 or 91.75% from 206); Max value from RGB is 189 - color contains mainly: blue. Hex color #0110BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0110BD is #FEEF42. Grayscale: #1E1E1E. Windows color (decimal): -16707395 or 12390401. OLE color: 12390401.
HSL color Cylindrical-coordinate representation of color #0110BD: hue angle of 235.21º 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 #0110BD is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 16 | 189 | - |
| CMYK | 0.99 | 0.92 | 0 | 0.26 |
| HSL | 235.21º | 0.99% | 0.37% | - |
| HSV(B) | 235.21º | 0.99% | 0.74% | - |
| XYZ | 9.38 | 4.05 | 48.43 | - |
| YUV | 31.24 | 217.03 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 16 | 189 | 0.99 | 0.92 | 0 | 0.26 | 235.21 | 0.99 | 0.37 |
| Hex | 1 | 10 | BD | 63 | 5C | 0 | 1A | EB | 63 | 25 |
| Octal | 1 | 20 | 275 | 143 | 134 | 0 | 32 | 353 | 143 | 45 |
| Binary | 1 | 10000 | 10111101 | 1100011 | 1011100 | 0 | 11010 | 11101011 | 1100011 | 100101 |
Color Harmonies of #0110BD
Complementary color
Monochromatic Colors of #0110BD
Black with #0110BD
Text Example
Text Example
White with #0110BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0110BD; }
p { color: rgb(1,16,189); }
H1.HeaderClassName
{
color: #0110BD;
}
.AnyTagClassName
{
color: #0110BD;
}
</style>
background-color css
<style>
a { background-color: #0110BD; }
a { background-color: rgb(1,16,189); }
div.DivClassName
{
background-color: #0110BD;
}
.BgClassName
{
background-color: #0110BD;
}
</style>
border-color css
<style>
span { border-color: #0110BD; }
span { border-color: rgb(1,16,189); }
td.TdClassName
{
border-color: #0110BD;
}
.TagClassName
{
border-color: #0110BD;
}
</style>