Shades of Medium Blue #101ECB
Tints of Medium Blue #101ECB
RGB
CMYK
RGB Variations
Color information
#101ECB (or 0x101ECB) is known color: Medium Blue. HEX triplet: 10, 1E and CB. RGB value is (16,30,203). Sum of RGB (Red+Green+Blue) = 16+30+203=249 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.43% from 249); Green value is 30 (12.11% from 255 or 12.05% from 249); Blue value is 203 (79.69% from 255 or 81.53% from 249); Max value from RGB is 203 - color contains mainly: blue. Hex color #101ECB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #101ECB is #EFE134. Grayscale: #2C2C2C. Windows color (decimal): -15720757 or 13311504. OLE color: 13311504.
HSL color Cylindrical-coordinate representation of color #101ECB: hue angle of 235.51º 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 #101ECB is Cyan = 0.92, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 16 | 30 | 203 | - |
| CMYK | 0.92 | 0.85 | 0 | 0.20 |
| HSL | 235.51º | 0.85% | 0.43% | - |
| HSV(B) | 235.51º | 0.92% | 0.8% | - |
| XYZ | 11.46 | 5.35 | 56.93 | - |
| YUV | 45.54 | 216.86 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 30 | 203 | 0.92 | 0.85 | 0 | 0.20 | 235.51 | 0.85 | 0.43 |
| Hex | 10 | 1E | CB | 5C | 55 | 0 | 14 | EC | 55 | 2B |
| Octal | 20 | 36 | 313 | 134 | 125 | 0 | 24 | 354 | 125 | 53 |
| Binary | 10000 | 11110 | 11001011 | 1011100 | 1010101 | 0 | 10100 | 11101100 | 1010101 | 101011 |
Color Harmonies of #101ECB
Complementary color
Monochromatic Colors of #101ECB
Black with #101ECB
Text Example
Text Example
White with #101ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101ECB; }
p { color: rgb(16,30,203); }
H1.HeaderClassName
{
color: #101ECB;
}
.AnyTagClassName
{
color: #101ECB;
}
</style>
background-color css
<style>
a { background-color: #101ECB; }
a { background-color: rgb(16,30,203); }
div.DivClassName
{
background-color: #101ECB;
}
.BgClassName
{
background-color: #101ECB;
}
</style>
border-color css
<style>
span { border-color: #101ECB; }
span { border-color: rgb(16,30,203); }
td.TdClassName
{
border-color: #101ECB;
}
.TagClassName
{
border-color: #101ECB;
}
</style>