Shades of Medium Blue #041CE4
Tints of Medium Blue #041CE4
RGB
CMYK
RGB Variations
Color information
#041CE4 (or 0x041CE4) is known color: Medium Blue. HEX triplet: 04, 1C and E4. RGB value is (4,28,228). Sum of RGB (Red+Green+Blue) = 4+28+228=260 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 260); Green value is 28 (11.33% from 255 or 10.77% from 260); Blue value is 228 (89.45% from 255 or 87.69% from 260); Max value from RGB is 228 - color contains mainly: blue. Hex color #041CE4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #041CE4 is #FBE31B. Grayscale: #2A2A2A. Windows color (decimal): -16507676 or 14949380. OLE color: 14949380.
HSL color Cylindrical-coordinate representation of color #041CE4: hue angle of 233.57º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #041CE4 is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 4 | 28 | 228 | - |
| CMYK | 0.98 | 0.88 | 0 | 0.11 |
| HSL | 233.57º | 0.97% | 0.45% | - |
| HSV(B) | 233.57º | 0.98% | 0.89% | - |
| XYZ | 14.47 | 6.46 | 73.88 | - |
| YUV | 43.62 | 232.05 | 99.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 28 | 228 | 0.98 | 0.88 | 0 | 0.11 | 233.57 | 0.97 | 0.45 |
| Hex | 4 | 1C | E4 | 62 | 58 | 0 | B | EA | 61 | 2D |
| Octal | 4 | 34 | 344 | 142 | 130 | 0 | 13 | 352 | 141 | 55 |
| Binary | 100 | 11100 | 11100100 | 1100010 | 1011000 | 0 | 1011 | 11101010 | 1100001 | 101101 |
Color Harmonies of #041CE4
Complementary color
Monochromatic Colors of #041CE4
Black with #041CE4
Text Example
Text Example
White with #041CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041CE4; }
p { color: rgb(4,28,228); }
H1.HeaderClassName
{
color: #041CE4;
}
.AnyTagClassName
{
color: #041CE4;
}
</style>
background-color css
<style>
a { background-color: #041CE4; }
a { background-color: rgb(4,28,228); }
div.DivClassName
{
background-color: #041CE4;
}
.BgClassName
{
background-color: #041CE4;
}
</style>
border-color css
<style>
span { border-color: #041CE4; }
span { border-color: rgb(4,28,228); }
td.TdClassName
{
border-color: #041CE4;
}
.TagClassName
{
border-color: #041CE4;
}
</style>