Shades of Medium Blue #101BC1
Tints of Medium Blue #101BC1
RGB
CMYK
RGB Variations
Color information
#101BC1 (or 0x101BC1) is known color: Medium Blue. HEX triplet: 10, 1B and C1. RGB value is (16,27,193). Sum of RGB (Red+Green+Blue) = 16+27+193=236 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.78% from 236); Green value is 27 (10.94% from 255 or 11.44% from 236); Blue value is 193 (75.78% from 255 or 81.78% from 236); Max value from RGB is 193 - color contains mainly: blue. Hex color #101BC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #101BC1 is #EFE43E. Grayscale: #292929. Windows color (decimal): -15721535 or 12655376. OLE color: 12655376.
HSL color Cylindrical-coordinate representation of color #101BC1: hue angle of 236.27º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #101BC1 is Cyan = 0.92, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 27 | 193 | - |
| CMYK | 0.92 | 0.86 | 0 | 0.24 |
| HSL | 236.27º | 0.85% | 0.41% | - |
| HSV(B) | 236.27º | 0.92% | 0.76% | - |
| XYZ | 10.23 | 4.74 | 50.83 | - |
| YUV | 42.64 | 212.86 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 27 | 193 | 0.92 | 0.86 | 0 | 0.24 | 236.27 | 0.85 | 0.41 |
| Hex | 10 | 1B | C1 | 5C | 56 | 0 | 18 | EC | 55 | 29 |
| Octal | 20 | 33 | 301 | 134 | 126 | 0 | 30 | 354 | 125 | 51 |
| Binary | 10000 | 11011 | 11000001 | 1011100 | 1010110 | 0 | 11000 | 11101100 | 1010101 | 101001 |
Color Harmonies of #101BC1
Complementary color
Monochromatic Colors of #101BC1
Black with #101BC1
Text Example
Text Example
White with #101BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101BC1; }
p { color: rgb(16,27,193); }
H1.HeaderClassName
{
color: #101BC1;
}
.AnyTagClassName
{
color: #101BC1;
}
</style>
background-color css
<style>
a { background-color: #101BC1; }
a { background-color: rgb(16,27,193); }
div.DivClassName
{
background-color: #101BC1;
}
.BgClassName
{
background-color: #101BC1;
}
</style>
border-color css
<style>
span { border-color: #101BC1; }
span { border-color: rgb(16,27,193); }
td.TdClassName
{
border-color: #101BC1;
}
.TagClassName
{
border-color: #101BC1;
}
</style>