Shades of Medium Blue #041EC5
Tints of Medium Blue #041EC5
RGB
CMYK
RGB Variations
Color information
#041EC5 (or 0x041EC5) is known color: Medium Blue. HEX triplet: 04, 1E and C5. RGB value is (4,30,197). Sum of RGB (Red+Green+Blue) = 4+30+197=231 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.73% from 231); Green value is 30 (12.11% from 255 or 12.99% from 231); Blue value is 197 (77.34% from 255 or 85.28% from 231); Max value from RGB is 197 - color contains mainly: blue. Hex color #041EC5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #041EC5 is #FBE13A. Grayscale: #282828. Windows color (decimal): -16507195 or 12918276. OLE color: 12918276.
HSL color Cylindrical-coordinate representation of color #041EC5: hue angle of 231.92º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #041EC5 is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 4 | 30 | 197 | - |
| CMYK | 0.98 | 0.85 | 0 | 0.23 |
| HSL | 231.92º | 0.96% | 0.39% | - |
| HSV(B) | 231.92º | 0.98% | 0.77% | - |
| XYZ | 10.59 | 4.99 | 53.23 | - |
| YUV | 41.26 | 215.89 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 30 | 197 | 0.98 | 0.85 | 0 | 0.23 | 231.92 | 0.96 | 0.39 |
| Hex | 4 | 1E | C5 | 62 | 55 | 0 | 17 | E8 | 60 | 27 |
| Octal | 4 | 36 | 305 | 142 | 125 | 0 | 27 | 350 | 140 | 47 |
| Binary | 100 | 11110 | 11000101 | 1100010 | 1010101 | 0 | 10111 | 11101000 | 1100000 | 100111 |
Color Harmonies of #041EC5
Complementary color
Monochromatic Colors of #041EC5
Black with #041EC5
Text Example
Text Example
White with #041EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041EC5; }
p { color: rgb(4,30,197); }
H1.HeaderClassName
{
color: #041EC5;
}
.AnyTagClassName
{
color: #041EC5;
}
</style>
background-color css
<style>
a { background-color: #041EC5; }
a { background-color: rgb(4,30,197); }
div.DivClassName
{
background-color: #041EC5;
}
.BgClassName
{
background-color: #041EC5;
}
</style>
border-color css
<style>
span { border-color: #041EC5; }
span { border-color: rgb(4,30,197); }
td.TdClassName
{
border-color: #041EC5;
}
.TagClassName
{
border-color: #041EC5;
}
</style>