Shades of Medium Blue #041CE1
Tints of Medium Blue #041CE1
RGB
CMYK
RGB Variations
Color information
#041CE1 (or 0x041CE1) is known color: Medium Blue. HEX triplet: 04, 1C and E1. RGB value is (4,28,225). Sum of RGB (Red+Green+Blue) = 4+28+225=257 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 257); Green value is 28 (11.33% from 255 or 10.89% from 257); Blue value is 225 (88.28% from 255 or 87.55% from 257); Max value from RGB is 225 - color contains mainly: blue. Hex color #041CE1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #041CE1 is #FBE31E. Grayscale: #2A2A2A. Windows color (decimal): -16507679 or 14752772. OLE color: 14752772.
HSL color Cylindrical-coordinate representation of color #041CE1: hue angle of 233.48º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #041CE1 is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 4 | 28 | 225 | - |
| CMYK | 0.98 | 0.88 | 0 | 0.12 |
| HSL | 233.48º | 0.97% | 0.45% | - |
| HSV(B) | 233.48º | 0.98% | 0.88% | - |
| XYZ | 14.06 | 6.29 | 71.71 | - |
| YUV | 43.28 | 230.55 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 28 | 225 | 0.98 | 0.88 | 0 | 0.12 | 233.48 | 0.97 | 0.45 |
| Hex | 4 | 1C | E1 | 62 | 58 | 0 | C | E9 | 61 | 2D |
| Octal | 4 | 34 | 341 | 142 | 130 | 0 | 14 | 351 | 141 | 55 |
| Binary | 100 | 11100 | 11100001 | 1100010 | 1011000 | 0 | 1100 | 11101001 | 1100001 | 101101 |
Color Harmonies of #041CE1
Complementary color
Monochromatic Colors of #041CE1
Black with #041CE1
Text Example
Text Example
White with #041CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041CE1; }
p { color: rgb(4,28,225); }
H1.HeaderClassName
{
color: #041CE1;
}
.AnyTagClassName
{
color: #041CE1;
}
</style>
background-color css
<style>
a { background-color: #041CE1; }
a { background-color: rgb(4,28,225); }
div.DivClassName
{
background-color: #041CE1;
}
.BgClassName
{
background-color: #041CE1;
}
</style>
border-color css
<style>
span { border-color: #041CE1; }
span { border-color: rgb(4,28,225); }
td.TdClassName
{
border-color: #041CE1;
}
.TagClassName
{
border-color: #041CE1;
}
</style>