Shades of Medium Blue #041CCE
Tints of Medium Blue #041CCE
RGB
CMYK
RGB Variations
Color information
#041CCE (or 0x041CCE) is known color: Medium Blue. HEX triplet: 04, 1C and CE. RGB value is (4,28,206). Sum of RGB (Red+Green+Blue) = 4+28+206=238 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.68% from 238); Green value is 28 (11.33% from 255 or 11.76% from 238); Blue value is 206 (80.86% from 255 or 86.55% from 238); Max value from RGB is 206 - color contains mainly: blue. Hex color #041CCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #041CCE is #FBE331. Grayscale: #282828. Windows color (decimal): -16507698 or 13507588. OLE color: 13507588.
HSL color Cylindrical-coordinate representation of color #041CCE: hue angle of 232.87º 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 #041CCE is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 28 | 206 | - |
| CMYK | 0.98 | 0.86 | 0 | 0.19 |
| HSL | 232.87º | 0.96% | 0.41% | - |
| HSV(B) | 232.87º | 0.98% | 0.81% | - |
| XYZ | 11.61 | 5.31 | 58.81 | - |
| YUV | 41.12 | 221.05 | 101.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 28 | 206 | 0.98 | 0.86 | 0 | 0.19 | 232.87 | 0.96 | 0.41 |
| Hex | 4 | 1C | CE | 62 | 56 | 0 | 13 | E9 | 60 | 29 |
| Octal | 4 | 34 | 316 | 142 | 126 | 0 | 23 | 351 | 140 | 51 |
| Binary | 100 | 11100 | 11001110 | 1100010 | 1010110 | 0 | 10011 | 11101001 | 1100000 | 101001 |
Color Harmonies of #041CCE
Complementary color
Monochromatic Colors of #041CCE
Black with #041CCE
Text Example
Text Example
White with #041CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041CCE; }
p { color: rgb(4,28,206); }
H1.HeaderClassName
{
color: #041CCE;
}
.AnyTagClassName
{
color: #041CCE;
}
</style>
background-color css
<style>
a { background-color: #041CCE; }
a { background-color: rgb(4,28,206); }
div.DivClassName
{
background-color: #041CCE;
}
.BgClassName
{
background-color: #041CCE;
}
</style>
border-color css
<style>
span { border-color: #041CCE; }
span { border-color: rgb(4,28,206); }
td.TdClassName
{
border-color: #041CCE;
}
.TagClassName
{
border-color: #041CCE;
}
</style>