Shades of Medium Blue #0111C0
Tints of Medium Blue #0111C0
RGB
CMYK
RGB Variations
Color information
#0111C0 (or 0x0111C0) is known color: Medium Blue. HEX triplet: 01, 11 and C0. RGB value is (1,17,192). Sum of RGB (Red+Green+Blue) = 1+17+192=210 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 210); Green value is 17 (7.03% from 255 or 8.10% from 210); Blue value is 192 (75.39% from 255 or 91.43% from 210); Max value from RGB is 192 - color contains mainly: blue. Hex color #0111C0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0111C0 is #FEEE3F. Grayscale: #1F1F1F. Windows color (decimal): -16707136 or 12587265. OLE color: 12587265.
HSL color Cylindrical-coordinate representation of color #0111C0: hue angle of 234.97º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0111C0 is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 17 | 192 | - |
| CMYK | 0.99 | 0.91 | 0 | 0.25 |
| HSL | 234.97º | 0.99% | 0.38% | - |
| HSV(B) | 234.97º | 0.99% | 0.75% | - |
| XYZ | 9.73 | 4.21 | 50.17 | - |
| YUV | 32.17 | 218.2 | 105.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 17 | 192 | 0.99 | 0.91 | 0 | 0.25 | 234.97 | 0.99 | 0.38 |
| Hex | 1 | 11 | C0 | 63 | 5B | 0 | 19 | EB | 63 | 26 |
| Octal | 1 | 21 | 300 | 143 | 133 | 0 | 31 | 353 | 143 | 46 |
| Binary | 1 | 10001 | 11000000 | 1100011 | 1011011 | 0 | 11001 | 11101011 | 1100011 | 100110 |
Color Harmonies of #0111C0
Complementary color
Monochromatic Colors of #0111C0
Black with #0111C0
Text Example
Text Example
White with #0111C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0111C0; }
p { color: rgb(1,17,192); }
H1.HeaderClassName
{
color: #0111C0;
}
.AnyTagClassName
{
color: #0111C0;
}
</style>
background-color css
<style>
a { background-color: #0111C0; }
a { background-color: rgb(1,17,192); }
div.DivClassName
{
background-color: #0111C0;
}
.BgClassName
{
background-color: #0111C0;
}
</style>
border-color css
<style>
span { border-color: #0111C0; }
span { border-color: rgb(1,17,192); }
td.TdClassName
{
border-color: #0111C0;
}
.TagClassName
{
border-color: #0111C0;
}
</style>