Shades of Medium Blue #041BE0
Tints of Medium Blue #041BE0
RGB
CMYK
RGB Variations
Color information
#041BE0 (or 0x041BE0) is known color: Medium Blue. HEX triplet: 04, 1B and E0. RGB value is (4,27,224). Sum of RGB (Red+Green+Blue) = 4+27+224=255 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.57% from 255); Green value is 27 (10.94% from 255 or 10.59% from 255); Blue value is 224 (87.89% from 255 or 87.84% from 255); Max value from RGB is 224 - color contains mainly: blue. Hex color #041BE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #041BE0 is #FBE41F. Grayscale: #292929. Windows color (decimal): -16507936 or 14686980. OLE color: 14686980.
HSL color Cylindrical-coordinate representation of color #041BE0: hue angle of 233.73º degrees, saturation: 0.96, 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 #041BE0 is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 4 | 27 | 224 | - |
| CMYK | 0.98 | 0.88 | 0 | 0.12 |
| HSL | 233.73º | 0.96% | 0.45% | - |
| HSV(B) | 233.73º | 0.98% | 0.88% | - |
| XYZ | 13.9 | 6.19 | 70.98 | - |
| YUV | 42.58 | 230.38 | 100.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 27 | 224 | 0.98 | 0.88 | 0 | 0.12 | 233.73 | 0.96 | 0.45 |
| Hex | 4 | 1B | E0 | 62 | 58 | 0 | C | EA | 60 | 2D |
| Octal | 4 | 33 | 340 | 142 | 130 | 0 | 14 | 352 | 140 | 55 |
| Binary | 100 | 11011 | 11100000 | 1100010 | 1011000 | 0 | 1100 | 11101010 | 1100000 | 101101 |
Color Harmonies of #041BE0
Complementary color
Monochromatic Colors of #041BE0
Black with #041BE0
Text Example
Text Example
White with #041BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041BE0; }
p { color: rgb(4,27,224); }
H1.HeaderClassName
{
color: #041BE0;
}
.AnyTagClassName
{
color: #041BE0;
}
</style>
background-color css
<style>
a { background-color: #041BE0; }
a { background-color: rgb(4,27,224); }
div.DivClassName
{
background-color: #041BE0;
}
.BgClassName
{
background-color: #041BE0;
}
</style>
border-color css
<style>
span { border-color: #041BE0; }
span { border-color: rgb(4,27,224); }
td.TdClassName
{
border-color: #041BE0;
}
.TagClassName
{
border-color: #041BE0;
}
</style>