Shades of Medium Blue #101BCB
Tints of Medium Blue #101BCB
RGB
CMYK
RGB Variations
Color information
#101BCB (or 0x101BCB) is known color: Medium Blue. HEX triplet: 10, 1B and CB. RGB value is (16,27,203). Sum of RGB (Red+Green+Blue) = 16+27+203=246 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.50% from 246); Green value is 27 (10.94% from 255 or 10.98% from 246); Blue value is 203 (79.69% from 255 or 82.52% from 246); Max value from RGB is 203 - color contains mainly: blue. Hex color #101BCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #101BCB is #EFE434. Grayscale: #2B2B2B. Windows color (decimal): -15721525 or 13310736. OLE color: 13310736.
HSL color Cylindrical-coordinate representation of color #101BCB: hue angle of 236.47º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #101BCB is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 16 | 27 | 203 | - |
| CMYK | 0.92 | 0.87 | 0 | 0.20 |
| HSL | 236.47º | 0.85% | 0.43% | - |
| HSV(B) | 236.47º | 0.92% | 0.8% | - |
| XYZ | 11.39 | 5.21 | 56.9 | - |
| YUV | 43.78 | 217.86 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 27 | 203 | 0.92 | 0.87 | 0 | 0.20 | 236.47 | 0.85 | 0.43 |
| Hex | 10 | 1B | CB | 5C | 57 | 0 | 14 | EC | 55 | 2B |
| Octal | 20 | 33 | 313 | 134 | 127 | 0 | 24 | 354 | 125 | 53 |
| Binary | 10000 | 11011 | 11001011 | 1011100 | 1010111 | 0 | 10100 | 11101100 | 1010101 | 101011 |
Color Harmonies of #101BCB
Complementary color
Monochromatic Colors of #101BCB
Black with #101BCB
Text Example
Text Example
White with #101BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101BCB; }
p { color: rgb(16,27,203); }
H1.HeaderClassName
{
color: #101BCB;
}
.AnyTagClassName
{
color: #101BCB;
}
</style>
background-color css
<style>
a { background-color: #101BCB; }
a { background-color: rgb(16,27,203); }
div.DivClassName
{
background-color: #101BCB;
}
.BgClassName
{
background-color: #101BCB;
}
</style>
border-color css
<style>
span { border-color: #101BCB; }
span { border-color: rgb(16,27,203); }
td.TdClassName
{
border-color: #101BCB;
}
.TagClassName
{
border-color: #101BCB;
}
</style>