Shades of Medium Blue #0116BC
Tints of Medium Blue #0116BC
RGB
CMYK
RGB Variations
Color information
#0116BC (or 0x0116BC) is known color: Medium Blue. HEX triplet: 01, 16 and BC. RGB value is (1,22,188). Sum of RGB (Red+Green+Blue) = 1+22+188=211 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 211); Green value is 22 (8.98% from 255 or 10.43% from 211); Blue value is 188 (73.83% from 255 or 89.10% from 211); Max value from RGB is 188 - color contains mainly: blue. Hex color #0116BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0116BC is #FEE943. Grayscale: #212121. Windows color (decimal): -16705860 or 12326401. OLE color: 12326401.
HSL color Cylindrical-coordinate representation of color #0116BC: hue angle of 233.26º 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 #0116BC is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 22 | 188 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.26 |
| HSL | 233.26º | 0.99% | 0.37% | - |
| HSV(B) | 233.26º | 0.99% | 0.74% | - |
| XYZ | 9.38 | 4.21 | 47.9 | - |
| YUV | 34.65 | 214.54 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 22 | 188 | 0.99 | 0.88 | 0 | 0.26 | 233.26 | 0.99 | 0.37 |
| Hex | 1 | 16 | BC | 63 | 58 | 0 | 1A | E9 | 63 | 25 |
| Octal | 1 | 26 | 274 | 143 | 130 | 0 | 32 | 351 | 143 | 45 |
| Binary | 1 | 10110 | 10111100 | 1100011 | 1011000 | 0 | 11010 | 11101001 | 1100011 | 100101 |
Color Harmonies of #0116BC
Complementary color
Monochromatic Colors of #0116BC
Black with #0116BC
Text Example
Text Example
White with #0116BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0116BC; }
p { color: rgb(1,22,188); }
H1.HeaderClassName
{
color: #0116BC;
}
.AnyTagClassName
{
color: #0116BC;
}
</style>
background-color css
<style>
a { background-color: #0116BC; }
a { background-color: rgb(1,22,188); }
div.DivClassName
{
background-color: #0116BC;
}
.BgClassName
{
background-color: #0116BC;
}
</style>
border-color css
<style>
span { border-color: #0116BC; }
span { border-color: rgb(1,22,188); }
td.TdClassName
{
border-color: #0116BC;
}
.TagClassName
{
border-color: #0116BC;
}
</style>