Shades of Medium Blue #011ECE
Tints of Medium Blue #011ECE
RGB
CMYK
RGB Variations
Color information
#011ECE (or 0x011ECE) is known color: Medium Blue. HEX triplet: 01, 1E and CE. RGB value is (1,30,206). Sum of RGB (Red+Green+Blue) = 1+30+206=237 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 237); Green value is 30 (12.11% from 255 or 12.66% from 237); Blue value is 206 (80.86% from 255 or 86.92% from 237); Max value from RGB is 206 - color contains mainly: blue. Hex color #011ECE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #011ECE is #FEE131. Grayscale: #282828. Windows color (decimal): -16703794 or 13508097. OLE color: 13508097.
HSL color Cylindrical-coordinate representation of color #011ECE: hue angle of 231.51º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #011ECE is Cyan = 1.00, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 30 | 206 | - |
| CMYK | 1.00 | 0.85 | 0 | 0.19 |
| HSL | 231.51º | 0.99% | 0.41% | - |
| HSV(B) | 231.51º | 1% | 0.81% | - |
| XYZ | 11.62 | 5.39 | 58.82 | - |
| YUV | 41.39 | 220.89 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 30 | 206 | 1.00 | 0.85 | 0 | 0.19 | 231.51 | 0.99 | 0.41 |
| Hex | 1 | 1E | CE | 64 | 55 | 0 | 13 | E8 | 63 | 29 |
| Octal | 1 | 36 | 316 | 144 | 125 | 0 | 23 | 350 | 143 | 51 |
| Binary | 1 | 11110 | 11001110 | 1100100 | 1010101 | 0 | 10011 | 11101000 | 1100011 | 101001 |
Color Harmonies of #011ECE
Complementary color
Monochromatic Colors of #011ECE
Black with #011ECE
Text Example
Text Example
White with #011ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011ECE; }
p { color: rgb(1,30,206); }
H1.HeaderClassName
{
color: #011ECE;
}
.AnyTagClassName
{
color: #011ECE;
}
</style>
background-color css
<style>
a { background-color: #011ECE; }
a { background-color: rgb(1,30,206); }
div.DivClassName
{
background-color: #011ECE;
}
.BgClassName
{
background-color: #011ECE;
}
</style>
border-color css
<style>
span { border-color: #011ECE; }
span { border-color: rgb(1,30,206); }
td.TdClassName
{
border-color: #011ECE;
}
.TagClassName
{
border-color: #011ECE;
}
</style>