Shades of Medium Blue #041ECE
Tints of Medium Blue #041ECE
RGB
CMYK
RGB Variations
Color information
#041ECE (or 0x041ECE) is known color: Medium Blue. HEX triplet: 04, 1E and CE. RGB value is (4,30,206). Sum of RGB (Red+Green+Blue) = 4+30+206=240 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 240); Green value is 30 (12.11% from 255 or 12.5% from 240); Blue value is 206 (80.86% from 255 or 85.83% from 240); Max value from RGB is 206 - color contains mainly: blue. Hex color #041ECE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #041ECE is #FBE131. Grayscale: #292929. Windows color (decimal): -16507186 or 13508100. OLE color: 13508100.
HSL color Cylindrical-coordinate representation of color #041ECE: hue angle of 232.28º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #041ECE is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 30 | 206 | - |
| CMYK | 0.98 | 0.85 | 0 | 0.19 |
| HSL | 232.28º | 0.96% | 0.41% | - |
| HSV(B) | 232.28º | 0.98% | 0.81% | - |
| XYZ | 11.65 | 5.41 | 58.82 | - |
| YUV | 42.29 | 220.39 | 100.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 30 | 206 | 0.98 | 0.85 | 0 | 0.19 | 232.28 | 0.96 | 0.41 |
| Hex | 4 | 1E | CE | 62 | 55 | 0 | 13 | E8 | 60 | 29 |
| Octal | 4 | 36 | 316 | 142 | 125 | 0 | 23 | 350 | 140 | 51 |
| Binary | 100 | 11110 | 11001110 | 1100010 | 1010101 | 0 | 10011 | 11101000 | 1100000 | 101001 |
Color Harmonies of #041ECE
Complementary color
Monochromatic Colors of #041ECE
Black with #041ECE
Text Example
Text Example
White with #041ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041ECE; }
p { color: rgb(4,30,206); }
H1.HeaderClassName
{
color: #041ECE;
}
.AnyTagClassName
{
color: #041ECE;
}
</style>
background-color css
<style>
a { background-color: #041ECE; }
a { background-color: rgb(4,30,206); }
div.DivClassName
{
background-color: #041ECE;
}
.BgClassName
{
background-color: #041ECE;
}
</style>
border-color css
<style>
span { border-color: #041ECE; }
span { border-color: rgb(4,30,206); }
td.TdClassName
{
border-color: #041ECE;
}
.TagClassName
{
border-color: #041ECE;
}
</style>