Shades of Medium Blue #101BCE
Tints of Medium Blue #101BCE
RGB
CMYK
RGB Variations
Color information
#101BCE (or 0x101BCE) is known color: Medium Blue. HEX triplet: 10, 1B and CE. RGB value is (16,27,206). Sum of RGB (Red+Green+Blue) = 16+27+206=249 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.43% from 249); Green value is 27 (10.94% from 255 or 10.84% from 249); Blue value is 206 (80.86% from 255 or 82.73% from 249); Max value from RGB is 206 - color contains mainly: blue. Hex color #101BCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #101BCE is #EFE431. Grayscale: #2B2B2B. Windows color (decimal): -15721522 or 13507344. OLE color: 13507344.
HSL color Cylindrical-coordinate representation of color #101BCE: hue angle of 236.53º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #101BCE is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 27 | 206 | - |
| CMYK | 0.92 | 0.87 | 0 | 0.19 |
| HSL | 236.53º | 0.86% | 0.44% | - |
| HSV(B) | 236.53º | 0.92% | 0.81% | - |
| XYZ | 11.75 | 5.35 | 58.81 | - |
| YUV | 44.12 | 219.36 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 27 | 206 | 0.92 | 0.87 | 0 | 0.19 | 236.53 | 0.86 | 0.44 |
| Hex | 10 | 1B | CE | 5C | 57 | 0 | 13 | ED | 56 | 2C |
| Octal | 20 | 33 | 316 | 134 | 127 | 0 | 23 | 355 | 126 | 54 |
| Binary | 10000 | 11011 | 11001110 | 1011100 | 1010111 | 0 | 10011 | 11101101 | 1010110 | 101100 |
Color Harmonies of #101BCE
Complementary color
Monochromatic Colors of #101BCE
Black with #101BCE
Text Example
Text Example
White with #101BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101BCE; }
p { color: rgb(16,27,206); }
H1.HeaderClassName
{
color: #101BCE;
}
.AnyTagClassName
{
color: #101BCE;
}
</style>
background-color css
<style>
a { background-color: #101BCE; }
a { background-color: rgb(16,27,206); }
div.DivClassName
{
background-color: #101BCE;
}
.BgClassName
{
background-color: #101BCE;
}
</style>
border-color css
<style>
span { border-color: #101BCE; }
span { border-color: rgb(16,27,206); }
td.TdClassName
{
border-color: #101BCE;
}
.TagClassName
{
border-color: #101BCE;
}
</style>