Shades of Medium Blue #041AD5
Tints of Medium Blue #041AD5
RGB
CMYK
RGB Variations
Color information
#041AD5 (or 0x041AD5) is known color: Medium Blue. HEX triplet: 04, 1A and D5. RGB value is (4,26,213). Sum of RGB (Red+Green+Blue) = 4+26+213=243 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 243); Green value is 26 (10.55% from 255 or 10.70% from 243); Blue value is 213 (83.59% from 255 or 87.65% from 243); Max value from RGB is 213 - color contains mainly: blue. Hex color #041AD5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #041AD5 is #FBE52A. Grayscale: #272727. Windows color (decimal): -16508203 or 13965828. OLE color: 13965828.
HSL color Cylindrical-coordinate representation of color #041AD5: hue angle of 233.68º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #041AD5 is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 4 | 26 | 213 | - |
| CMYK | 0.98 | 0.88 | 0 | 0.16 |
| HSL | 233.68º | 0.96% | 0.43% | - |
| HSV(B) | 233.68º | 0.98% | 0.84% | - |
| XYZ | 12.43 | 5.57 | 63.37 | - |
| YUV | 40.74 | 225.21 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 26 | 213 | 0.98 | 0.88 | 0 | 0.16 | 233.68 | 0.96 | 0.43 |
| Hex | 4 | 1A | D5 | 62 | 58 | 0 | 10 | EA | 60 | 2B |
| Octal | 4 | 32 | 325 | 142 | 130 | 0 | 20 | 352 | 140 | 53 |
| Binary | 100 | 11010 | 11010101 | 1100010 | 1011000 | 0 | 10000 | 11101010 | 1100000 | 101011 |
Color Harmonies of #041AD5
Complementary color
Monochromatic Colors of #041AD5
Black with #041AD5
Text Example
Text Example
White with #041AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041AD5; }
p { color: rgb(4,26,213); }
H1.HeaderClassName
{
color: #041AD5;
}
.AnyTagClassName
{
color: #041AD5;
}
</style>
background-color css
<style>
a { background-color: #041AD5; }
a { background-color: rgb(4,26,213); }
div.DivClassName
{
background-color: #041AD5;
}
.BgClassName
{
background-color: #041AD5;
}
</style>
border-color css
<style>
span { border-color: #041AD5; }
span { border-color: rgb(4,26,213); }
td.TdClassName
{
border-color: #041AD5;
}
.TagClassName
{
border-color: #041AD5;
}
</style>