Shades of Medium Blue #101ECE
Tints of Medium Blue #101ECE
RGB
CMYK
RGB Variations
Color information
#101ECE (or 0x101ECE) is known color: Medium Blue. HEX triplet: 10, 1E and CE. RGB value is (16,30,206). Sum of RGB (Red+Green+Blue) = 16+30+206=252 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.35% from 252); Green value is 30 (12.11% from 255 or 11.90% from 252); Blue value is 206 (80.86% from 255 or 81.75% from 252); Max value from RGB is 206 - color contains mainly: blue. Hex color #101ECE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #101ECE is #EFE131. Grayscale: #2D2D2D. Windows color (decimal): -15720754 or 13508112. OLE color: 13508112.
HSL color Cylindrical-coordinate representation of color #101ECE: hue angle of 235.58º 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 #101ECE is Cyan = 0.92, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 30 | 206 | - |
| CMYK | 0.92 | 0.85 | 0 | 0.19 |
| HSL | 235.58º | 0.86% | 0.44% | - |
| HSV(B) | 235.58º | 0.92% | 0.81% | - |
| XYZ | 11.82 | 5.49 | 58.83 | - |
| YUV | 45.88 | 218.36 | 106.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 30 | 206 | 0.92 | 0.85 | 0 | 0.19 | 235.58 | 0.86 | 0.44 |
| Hex | 10 | 1E | CE | 5C | 55 | 0 | 13 | EC | 56 | 2C |
| Octal | 20 | 36 | 316 | 134 | 125 | 0 | 23 | 354 | 126 | 54 |
| Binary | 10000 | 11110 | 11001110 | 1011100 | 1010101 | 0 | 10011 | 11101100 | 1010110 | 101100 |
Color Harmonies of #101ECE
Complementary color
Monochromatic Colors of #101ECE
Black with #101ECE
Text Example
Text Example
White with #101ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101ECE; }
p { color: rgb(16,30,206); }
H1.HeaderClassName
{
color: #101ECE;
}
.AnyTagClassName
{
color: #101ECE;
}
</style>
background-color css
<style>
a { background-color: #101ECE; }
a { background-color: rgb(16,30,206); }
div.DivClassName
{
background-color: #101ECE;
}
.BgClassName
{
background-color: #101ECE;
}
</style>
border-color css
<style>
span { border-color: #101ECE; }
span { border-color: rgb(16,30,206); }
td.TdClassName
{
border-color: #101ECE;
}
.TagClassName
{
border-color: #101ECE;
}
</style>