Shades of Medium Blue #041DCC
Tints of Medium Blue #041DCC
RGB
CMYK
RGB Variations
Color information
#041DCC (or 0x041DCC) is known color: Medium Blue. HEX triplet: 04, 1D and CC. RGB value is (4,29,204). Sum of RGB (Red+Green+Blue) = 4+29+204=237 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.69% from 237); Green value is 29 (11.72% from 255 or 12.24% from 237); Blue value is 204 (80.08% from 255 or 86.08% from 237); Max value from RGB is 204 - color contains mainly: blue. Hex color #041DCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #041DCC is #FBE233. Grayscale: #282828. Windows color (decimal): -16507444 or 13376772. OLE color: 13376772.
HSL color Cylindrical-coordinate representation of color #041DCC: hue angle of 232.5º 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 #041DCC is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 4 | 29 | 204 | - |
| CMYK | 0.98 | 0.86 | 0 | 0.2 |
| HSL | 232.5º | 0.96% | 0.41% | - |
| HSV(B) | 232.5º | 0.98% | 0.8% | - |
| XYZ | 11.39 | 5.26 | 57.54 | - |
| YUV | 41.48 | 219.72 | 101.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 29 | 204 | 0.98 | 0.86 | 0 | 0.2 | 232.5 | 0.96 | 0.41 |
| Hex | 4 | 1D | CC | 62 | 56 | 0 | 14 | E8 | 60 | 29 |
| Octal | 4 | 35 | 314 | 142 | 126 | 0 | 24 | 350 | 140 | 51 |
| Binary | 100 | 11101 | 11001100 | 1100010 | 1010110 | 0 | 10100 | 11101000 | 1100000 | 101001 |
Color Harmonies of #041DCC
Complementary color
Monochromatic Colors of #041DCC
Black with #041DCC
Text Example
Text Example
White with #041DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041DCC; }
p { color: rgb(4,29,204); }
H1.HeaderClassName
{
color: #041DCC;
}
.AnyTagClassName
{
color: #041DCC;
}
</style>
background-color css
<style>
a { background-color: #041DCC; }
a { background-color: rgb(4,29,204); }
div.DivClassName
{
background-color: #041DCC;
}
.BgClassName
{
background-color: #041DCC;
}
</style>
border-color css
<style>
span { border-color: #041DCC; }
span { border-color: rgb(4,29,204); }
td.TdClassName
{
border-color: #041DCC;
}
.TagClassName
{
border-color: #041DCC;
}
</style>