Shades of Medium Blue #041ECF
Tints of Medium Blue #041ECF
RGB
CMYK
RGB Variations
Color information
#041ECF (or 0x041ECF) is known color: Medium Blue. HEX triplet: 04, 1E and CF. RGB value is (4,30,207). Sum of RGB (Red+Green+Blue) = 4+30+207=241 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.66% from 241); Green value is 30 (12.11% from 255 or 12.45% from 241); Blue value is 207 (81.25% from 255 or 85.89% from 241); Max value from RGB is 207 - color contains mainly: blue. Hex color #041ECF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #041ECF is #FBE130. Grayscale: #292929. Windows color (decimal): -16507185 or 13573636. OLE color: 13573636.
HSL color Cylindrical-coordinate representation of color #041ECF: hue angle of 232.32º 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 #041ECF is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 30 | 207 | - |
| CMYK | 0.98 | 0.86 | 0 | 0.19 |
| HSL | 232.32º | 0.96% | 0.41% | - |
| HSV(B) | 232.32º | 0.98% | 0.81% | - |
| XYZ | 11.78 | 5.46 | 59.46 | - |
| YUV | 42.4 | 220.89 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 30 | 207 | 0.98 | 0.86 | 0 | 0.19 | 232.32 | 0.96 | 0.41 |
| Hex | 4 | 1E | CF | 62 | 56 | 0 | 13 | E8 | 60 | 29 |
| Octal | 4 | 36 | 317 | 142 | 126 | 0 | 23 | 350 | 140 | 51 |
| Binary | 100 | 11110 | 11001111 | 1100010 | 1010110 | 0 | 10011 | 11101000 | 1100000 | 101001 |
Color Harmonies of #041ECF
Complementary color
Monochromatic Colors of #041ECF
Black with #041ECF
Text Example
Text Example
White with #041ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041ECF; }
p { color: rgb(4,30,207); }
H1.HeaderClassName
{
color: #041ECF;
}
.AnyTagClassName
{
color: #041ECF;
}
</style>
background-color css
<style>
a { background-color: #041ECF; }
a { background-color: rgb(4,30,207); }
div.DivClassName
{
background-color: #041ECF;
}
.BgClassName
{
background-color: #041ECF;
}
</style>
border-color css
<style>
span { border-color: #041ECF; }
span { border-color: rgb(4,30,207); }
td.TdClassName
{
border-color: #041ECF;
}
.TagClassName
{
border-color: #041ECF;
}
</style>