Shades of Medium Blue #041ABC
Tints of Medium Blue #041ABC
RGB
CMYK
RGB Variations
Color information
#041ABC (or 0x041ABC) is known color: Medium Blue. HEX triplet: 04, 1A and BC. RGB value is (4,26,188). Sum of RGB (Red+Green+Blue) = 4+26+188=218 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 218); Green value is 26 (10.55% from 255 or 11.93% from 218); Blue value is 188 (73.83% from 255 or 86.24% from 218); Max value from RGB is 188 - color contains mainly: blue. Hex color #041ABC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #041ABC is #FBE543. Grayscale: #252525. Windows color (decimal): -16508228 or 12327428. OLE color: 12327428.
HSL color Cylindrical-coordinate representation of color #041ABC: hue angle of 232.83º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #041ABC is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 26 | 188 | - |
| CMYK | 0.98 | 0.86 | 0 | 0.26 |
| HSL | 232.83º | 0.96% | 0.38% | - |
| HSV(B) | 232.83º | 0.98% | 0.74% | - |
| XYZ | 9.5 | 4.4 | 47.92 | - |
| YUV | 37.89 | 212.71 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 26 | 188 | 0.98 | 0.86 | 0 | 0.26 | 232.83 | 0.96 | 0.38 |
| Hex | 4 | 1A | BC | 62 | 56 | 0 | 1A | E9 | 60 | 26 |
| Octal | 4 | 32 | 274 | 142 | 126 | 0 | 32 | 351 | 140 | 46 |
| Binary | 100 | 11010 | 10111100 | 1100010 | 1010110 | 0 | 11010 | 11101001 | 1100000 | 100110 |
Color Harmonies of #041ABC
Complementary color
Monochromatic Colors of #041ABC
Black with #041ABC
Text Example
Text Example
White with #041ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041ABC; }
p { color: rgb(4,26,188); }
H1.HeaderClassName
{
color: #041ABC;
}
.AnyTagClassName
{
color: #041ABC;
}
</style>
background-color css
<style>
a { background-color: #041ABC; }
a { background-color: rgb(4,26,188); }
div.DivClassName
{
background-color: #041ABC;
}
.BgClassName
{
background-color: #041ABC;
}
</style>
border-color css
<style>
span { border-color: #041ABC; }
span { border-color: rgb(4,26,188); }
td.TdClassName
{
border-color: #041ABC;
}
.TagClassName
{
border-color: #041ABC;
}
</style>