Shades of Medium Blue #041ACD
Tints of Medium Blue #041ACD
RGB
CMYK
RGB Variations
Color information
#041ACD (or 0x041ACD) is known color: Medium Blue. HEX triplet: 04, 1A and CD. RGB value is (4,26,205). Sum of RGB (Red+Green+Blue) = 4+26+205=235 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.70% from 235); Green value is 26 (10.55% from 255 or 11.06% from 235); Blue value is 205 (80.47% from 255 or 87.23% from 235); Max value from RGB is 205 - color contains mainly: blue. Hex color #041ACD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #041ACD is #FBE532. Grayscale: #272727. Windows color (decimal): -16508211 or 13441540. OLE color: 13441540.
HSL color Cylindrical-coordinate representation of color #041ACD: hue angle of 233.43º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #041ACD is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 4 | 26 | 205 | - |
| CMYK | 0.98 | 0.87 | 0 | 0.20 |
| HSL | 233.43º | 0.96% | 0.41% | - |
| HSV(B) | 233.43º | 0.98% | 0.8% | - |
| XYZ | 11.44 | 5.17 | 58.15 | - |
| YUV | 39.83 | 221.21 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 26 | 205 | 0.98 | 0.87 | 0 | 0.20 | 233.43 | 0.96 | 0.41 |
| Hex | 4 | 1A | CD | 62 | 57 | 0 | 14 | E9 | 60 | 29 |
| Octal | 4 | 32 | 315 | 142 | 127 | 0 | 24 | 351 | 140 | 51 |
| Binary | 100 | 11010 | 11001101 | 1100010 | 1010111 | 0 | 10100 | 11101001 | 1100000 | 101001 |
Color Harmonies of #041ACD
Complementary color
Monochromatic Colors of #041ACD
Black with #041ACD
Text Example
Text Example
White with #041ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041ACD; }
p { color: rgb(4,26,205); }
H1.HeaderClassName
{
color: #041ACD;
}
.AnyTagClassName
{
color: #041ACD;
}
</style>
background-color css
<style>
a { background-color: #041ACD; }
a { background-color: rgb(4,26,205); }
div.DivClassName
{
background-color: #041ACD;
}
.BgClassName
{
background-color: #041ACD;
}
</style>
border-color css
<style>
span { border-color: #041ACD; }
span { border-color: rgb(4,26,205); }
td.TdClassName
{
border-color: #041ACD;
}
.TagClassName
{
border-color: #041ACD;
}
</style>