Shades of Medium Blue #001ECE
Tints of Medium Blue #001ECE
RGB
CMYK
RGB Variations
Color information
#001ECE (or 0x001ECE) is known color: Medium Blue. HEX triplet: 00, 1E and CE. RGB value is (0,30,206). Sum of RGB (Red+Green+Blue) = 0+30+206=236 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 236); Green value is 30 (12.11% from 255 or 12.71% from 236); Blue value is 206 (80.86% from 255 or 87.29% from 236); Max value from RGB is 206 - color contains mainly: blue. Hex color #001ECE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001ECE is #FFE131. Grayscale: #282828. Windows color (decimal): -16769330 or 13508096. OLE color: 13508096.
HSL color Cylindrical-coordinate representation of color #001ECE: hue angle of 231.26º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001ECE is Cyan = 1, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 30 | 206 | - |
| CMYK | 1 | 0.85 | 0 | 0.19 |
| HSL | 231.26º | 1% | 0.4% | - |
| HSV(B) | 231.26º | 1% | 0.81% | - |
| XYZ | 11.6 | 5.38 | 58.82 | - |
| YUV | 41.09 | 221.06 | 98.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 30 | 206 | 1 | 0.85 | 0 | 0.19 | 231.26 | 1 | 0.4 |
| Hex | 0 | 1E | CE | 64 | 55 | 0 | 13 | E7 | 64 | 28 |
| Octal | 0 | 36 | 316 | 144 | 125 | 0 | 23 | 347 | 144 | 50 |
| Binary | 0 | 11110 | 11001110 | 1100100 | 1010101 | 0 | 10011 | 11100111 | 1100100 | 101000 |
Color Harmonies of #001ECE
Complementary color
Monochromatic Colors of #001ECE
Black with #001ECE
Text Example
Text Example
White with #001ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001ECE; }
p { color: rgb(0,30,206); }
H1.HeaderClassName
{
color: #001ECE;
}
.AnyTagClassName
{
color: #001ECE;
}
</style>
background-color css
<style>
a { background-color: #001ECE; }
a { background-color: rgb(0,30,206); }
div.DivClassName
{
background-color: #001ECE;
}
.BgClassName
{
background-color: #001ECE;
}
</style>
border-color css
<style>
span { border-color: #001ECE; }
span { border-color: rgb(0,30,206); }
td.TdClassName
{
border-color: #001ECE;
}
.TagClassName
{
border-color: #001ECE;
}
</style>