Shades of Medium Blue #041FE1
Tints of Medium Blue #041FE1
RGB
CMYK
RGB Variations
Color information
#041FE1 (or 0x041FE1) is known color: Medium Blue. HEX triplet: 04, 1F and E1. RGB value is (4,31,225). Sum of RGB (Red+Green+Blue) = 4+31+225=260 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 260); Green value is 31 (12.5% from 255 or 11.92% from 260); Blue value is 225 (88.28% from 255 or 86.54% from 260); Max value from RGB is 225 - color contains mainly: blue. Hex color #041FE1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #041FE1 is #FBE01E. Grayscale: #2C2C2C. Windows color (decimal): -16506911 or 14753540. OLE color: 14753540.
HSL color Cylindrical-coordinate representation of color #041FE1: hue angle of 232.67º 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 #041FE1 is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 4 | 31 | 225 | - |
| CMYK | 0.98 | 0.86 | 0 | 0.12 |
| HSL | 232.67º | 0.97% | 0.45% | - |
| HSV(B) | 232.67º | 0.98% | 0.88% | - |
| XYZ | 14.13 | 6.44 | 71.73 | - |
| YUV | 45.04 | 229.55 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 31 | 225 | 0.98 | 0.86 | 0 | 0.12 | 232.67 | 0.97 | 0.45 |
| Hex | 4 | 1F | E1 | 62 | 56 | 0 | C | E9 | 61 | 2D |
| Octal | 4 | 37 | 341 | 142 | 126 | 0 | 14 | 351 | 141 | 55 |
| Binary | 100 | 11111 | 11100001 | 1100010 | 1010110 | 0 | 1100 | 11101001 | 1100001 | 101101 |
Color Harmonies of #041FE1
Complementary color
Monochromatic Colors of #041FE1
Black with #041FE1
Text Example
Text Example
White with #041FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041FE1; }
p { color: rgb(4,31,225); }
H1.HeaderClassName
{
color: #041FE1;
}
.AnyTagClassName
{
color: #041FE1;
}
</style>
background-color css
<style>
a { background-color: #041FE1; }
a { background-color: rgb(4,31,225); }
div.DivClassName
{
background-color: #041FE1;
}
.BgClassName
{
background-color: #041FE1;
}
</style>
border-color css
<style>
span { border-color: #041FE1; }
span { border-color: rgb(4,31,225); }
td.TdClassName
{
border-color: #041FE1;
}
.TagClassName
{
border-color: #041FE1;
}
</style>