Shades of Blue #041CE6
Tints of Blue #041CE6
RGB
CMYK
RGB Variations
Color information
#041CE6 (or 0x041CE6) is known color: Blue. HEX triplet: 04, 1C and E6. RGB value is (4,28,230). Sum of RGB (Red+Green+Blue) = 4+28+230=262 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.53% from 262); Green value is 28 (11.33% from 255 or 10.69% from 262); Blue value is 230 (90.23% from 255 or 87.79% from 262); Max value from RGB is 230 - color contains mainly: blue. Hex color #041CE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #041CE6 is #FBE319. Grayscale: #2B2B2B. Windows color (decimal): -16507674 or 15080452. OLE color: 15080452.
HSL color Cylindrical-coordinate representation of color #041CE6: hue angle of 233.63º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #041CE6 is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 4 | 28 | 230 | - |
| CMYK | 0.98 | 0.88 | 0 | 0.10 |
| HSL | 233.63º | 0.97% | 0.46% | - |
| HSV(B) | 233.63º | 0.98% | 0.9% | - |
| XYZ | 14.75 | 6.57 | 75.35 | - |
| YUV | 43.85 | 233.05 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 28 | 230 | 0.98 | 0.88 | 0 | 0.10 | 233.63 | 0.97 | 0.46 |
| Hex | 4 | 1C | E6 | 62 | 58 | 0 | A | EA | 61 | 2E |
| Octal | 4 | 34 | 346 | 142 | 130 | 0 | 12 | 352 | 141 | 56 |
| Binary | 100 | 11100 | 11100110 | 1100010 | 1011000 | 0 | 1010 | 11101010 | 1100001 | 101110 |
Color Harmonies of #041CE6
Complementary color
Monochromatic Colors of #041CE6
Black with #041CE6
Text Example
Text Example
White with #041CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041CE6; }
p { color: rgb(4,28,230); }
H1.HeaderClassName
{
color: #041CE6;
}
.AnyTagClassName
{
color: #041CE6;
}
</style>
background-color css
<style>
a { background-color: #041CE6; }
a { background-color: rgb(4,28,230); }
div.DivClassName
{
background-color: #041CE6;
}
.BgClassName
{
background-color: #041CE6;
}
</style>
border-color css
<style>
span { border-color: #041CE6; }
span { border-color: rgb(4,28,230); }
td.TdClassName
{
border-color: #041CE6;
}
.TagClassName
{
border-color: #041CE6;
}
</style>