Shades of Medium Blue #0110BC
Tints of Medium Blue #0110BC
RGB
CMYK
RGB Variations
Color information
#0110BC (or 0x0110BC) is known color: Medium Blue. HEX triplet: 01, 10 and BC. RGB value is (1,16,188). Sum of RGB (Red+Green+Blue) = 1+16+188=205 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 205); Green value is 16 (6.64% from 255 or 7.80% from 205); Blue value is 188 (73.83% from 255 or 91.71% from 205); Max value from RGB is 188 - color contains mainly: blue. Hex color #0110BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0110BC is #FEEF43. Grayscale: #1E1E1E. Windows color (decimal): -16707396 or 12324865. OLE color: 12324865.
HSL color Cylindrical-coordinate representation of color #0110BC: hue angle of 235.19º 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 #0110BC is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 16 | 188 | - |
| CMYK | 0.99 | 0.91 | 0 | 0.26 |
| HSL | 235.19º | 0.99% | 0.37% | - |
| HSV(B) | 235.19º | 0.99% | 0.74% | - |
| XYZ | 9.27 | 4.01 | 47.86 | - |
| YUV | 31.12 | 216.53 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 16 | 188 | 0.99 | 0.91 | 0 | 0.26 | 235.19 | 0.99 | 0.37 |
| Hex | 1 | 10 | BC | 63 | 5B | 0 | 1A | EB | 63 | 25 |
| Octal | 1 | 20 | 274 | 143 | 133 | 0 | 32 | 353 | 143 | 45 |
| Binary | 1 | 10000 | 10111100 | 1100011 | 1011011 | 0 | 11010 | 11101011 | 1100011 | 100101 |
Color Harmonies of #0110BC
Complementary color
Monochromatic Colors of #0110BC
Black with #0110BC
Text Example
Text Example
White with #0110BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0110BC; }
p { color: rgb(1,16,188); }
H1.HeaderClassName
{
color: #0110BC;
}
.AnyTagClassName
{
color: #0110BC;
}
</style>
background-color css
<style>
a { background-color: #0110BC; }
a { background-color: rgb(1,16,188); }
div.DivClassName
{
background-color: #0110BC;
}
.BgClassName
{
background-color: #0110BC;
}
</style>
border-color css
<style>
span { border-color: #0110BC; }
span { border-color: rgb(1,16,188); }
td.TdClassName
{
border-color: #0110BC;
}
.TagClassName
{
border-color: #0110BC;
}
</style>