Shades of Blue #041CEA
Tints of Blue #041CEA
RGB
CMYK
RGB Variations
Color information
#041CEA (or 0x041CEA) is known color: Blue. HEX triplet: 04, 1C and EA. RGB value is (4,28,234). Sum of RGB (Red+Green+Blue) = 4+28+234=266 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 266); Green value is 28 (11.33% from 255 or 10.53% from 266); Blue value is 234 (91.80% from 255 or 87.97% from 266); Max value from RGB is 234 - color contains mainly: blue. Hex color #041CEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #041CEA is #FBE315. Grayscale: #2B2B2B. Windows color (decimal): -16507670 or 15342596. OLE color: 15342596.
HSL color Cylindrical-coordinate representation of color #041CEA: hue angle of 233.74º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #041CEA is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 4 | 28 | 234 | - |
| CMYK | 0.98 | 0.88 | 0 | 0.08 |
| HSL | 233.74º | 0.97% | 0.47% | - |
| HSV(B) | 233.74º | 0.98% | 0.92% | - |
| XYZ | 15.32 | 6.8 | 78.35 | - |
| YUV | 44.31 | 235.05 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 28 | 234 | 0.98 | 0.88 | 0 | 0.08 | 233.74 | 0.97 | 0.47 |
| Hex | 4 | 1C | EA | 62 | 58 | 0 | 8 | EA | 61 | 2F |
| Octal | 4 | 34 | 352 | 142 | 130 | 0 | 10 | 352 | 141 | 57 |
| Binary | 100 | 11100 | 11101010 | 1100010 | 1011000 | 0 | 1000 | 11101010 | 1100001 | 101111 |
Color Harmonies of #041CEA
Complementary color
Monochromatic Colors of #041CEA
Black with #041CEA
Text Example
Text Example
White with #041CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041CEA; }
p { color: rgb(4,28,234); }
H1.HeaderClassName
{
color: #041CEA;
}
.AnyTagClassName
{
color: #041CEA;
}
</style>
background-color css
<style>
a { background-color: #041CEA; }
a { background-color: rgb(4,28,234); }
div.DivClassName
{
background-color: #041CEA;
}
.BgClassName
{
background-color: #041CEA;
}
</style>
border-color css
<style>
span { border-color: #041CEA; }
span { border-color: rgb(4,28,234); }
td.TdClassName
{
border-color: #041CEA;
}
.TagClassName
{
border-color: #041CEA;
}
</style>