Shades of Medium Blue #041DC5
Tints of Medium Blue #041DC5
RGB
CMYK
RGB Variations
Color information
#041DC5 (or 0x041DC5) is known color: Medium Blue. HEX triplet: 04, 1D and C5. RGB value is (4,29,197). Sum of RGB (Red+Green+Blue) = 4+29+197=230 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.74% from 230); Green value is 29 (11.72% from 255 or 12.61% from 230); Blue value is 197 (77.34% from 255 or 85.65% from 230); Max value from RGB is 197 - color contains mainly: blue. Hex color #041DC5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #041DC5 is #FBE23A. Grayscale: #272727. Windows color (decimal): -16507451 or 12918020. OLE color: 12918020.
HSL color Cylindrical-coordinate representation of color #041DC5: hue angle of 232.23º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #041DC5 is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 4 | 29 | 197 | - |
| CMYK | 0.98 | 0.85 | 0 | 0.23 |
| HSL | 232.23º | 0.96% | 0.39% | - |
| HSV(B) | 232.23º | 0.98% | 0.77% | - |
| XYZ | 10.57 | 4.94 | 53.22 | - |
| YUV | 40.68 | 216.22 | 101.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 29 | 197 | 0.98 | 0.85 | 0 | 0.23 | 232.23 | 0.96 | 0.39 |
| Hex | 4 | 1D | C5 | 62 | 55 | 0 | 17 | E8 | 60 | 27 |
| Octal | 4 | 35 | 305 | 142 | 125 | 0 | 27 | 350 | 140 | 47 |
| Binary | 100 | 11101 | 11000101 | 1100010 | 1010101 | 0 | 10111 | 11101000 | 1100000 | 100111 |
Color Harmonies of #041DC5
Complementary color
Monochromatic Colors of #041DC5
Black with #041DC5
Text Example
Text Example
White with #041DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041DC5; }
p { color: rgb(4,29,197); }
H1.HeaderClassName
{
color: #041DC5;
}
.AnyTagClassName
{
color: #041DC5;
}
</style>
background-color css
<style>
a { background-color: #041DC5; }
a { background-color: rgb(4,29,197); }
div.DivClassName
{
background-color: #041DC5;
}
.BgClassName
{
background-color: #041DC5;
}
</style>
border-color css
<style>
span { border-color: #041DC5; }
span { border-color: rgb(4,29,197); }
td.TdClassName
{
border-color: #041DC5;
}
.TagClassName
{
border-color: #041DC5;
}
</style>