Shades of Medium Blue #041DCE
Tints of Medium Blue #041DCE
RGB
CMYK
RGB Variations
Color information
#041DCE (or 0x041DCE) is known color: Medium Blue. HEX triplet: 04, 1D and CE. RGB value is (4,29,206). Sum of RGB (Red+Green+Blue) = 4+29+206=239 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 239); Green value is 29 (11.72% from 255 or 12.13% from 239); Blue value is 206 (80.86% from 255 or 86.19% from 239); Max value from RGB is 206 - color contains mainly: blue. Hex color #041DCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #041DCE is #FBE231. Grayscale: #282828. Windows color (decimal): -16507442 or 13507844. OLE color: 13507844.
HSL color Cylindrical-coordinate representation of color #041DCE: hue angle of 232.57º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #041DCE is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 29 | 206 | - |
| CMYK | 0.98 | 0.86 | 0 | 0.19 |
| HSL | 232.57º | 0.96% | 0.41% | - |
| HSV(B) | 232.57º | 0.98% | 0.81% | - |
| XYZ | 11.63 | 5.36 | 58.81 | - |
| YUV | 41.7 | 220.72 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 29 | 206 | 0.98 | 0.86 | 0 | 0.19 | 232.57 | 0.96 | 0.41 |
| Hex | 4 | 1D | CE | 62 | 56 | 0 | 13 | E9 | 60 | 29 |
| Octal | 4 | 35 | 316 | 142 | 126 | 0 | 23 | 351 | 140 | 51 |
| Binary | 100 | 11101 | 11001110 | 1100010 | 1010110 | 0 | 10011 | 11101001 | 1100000 | 101001 |
Color Harmonies of #041DCE
Complementary color
Monochromatic Colors of #041DCE
Black with #041DCE
Text Example
Text Example
White with #041DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041DCE; }
p { color: rgb(4,29,206); }
H1.HeaderClassName
{
color: #041DCE;
}
.AnyTagClassName
{
color: #041DCE;
}
</style>
background-color css
<style>
a { background-color: #041DCE; }
a { background-color: rgb(4,29,206); }
div.DivClassName
{
background-color: #041DCE;
}
.BgClassName
{
background-color: #041DCE;
}
</style>
border-color css
<style>
span { border-color: #041DCE; }
span { border-color: rgb(4,29,206); }
td.TdClassName
{
border-color: #041DCE;
}
.TagClassName
{
border-color: #041DCE;
}
</style>