Shades of Medium Blue #041CCC
Tints of Medium Blue #041CCC
RGB
CMYK
RGB Variations
Color information
#041CCC (or 0x041CCC) is known color: Medium Blue. HEX triplet: 04, 1C and CC. RGB value is (4,28,204). Sum of RGB (Red+Green+Blue) = 4+28+204=236 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.69% from 236); Green value is 28 (11.33% from 255 or 11.86% from 236); Blue value is 204 (80.08% from 255 or 86.44% from 236); Max value from RGB is 204 - color contains mainly: blue. Hex color #041CCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #041CCC is #FBE333. Grayscale: #282828. Windows color (decimal): -16507700 or 13376516. OLE color: 13376516.
HSL color Cylindrical-coordinate representation of color #041CCC: hue angle of 232.8º 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 #041CCC is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 4 | 28 | 204 | - |
| CMYK | 0.98 | 0.86 | 0 | 0.2 |
| HSL | 232.8º | 0.96% | 0.41% | - |
| HSV(B) | 232.8º | 0.98% | 0.8% | - |
| XYZ | 11.36 | 5.22 | 57.53 | - |
| YUV | 40.89 | 220.05 | 101.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 28 | 204 | 0.98 | 0.86 | 0 | 0.2 | 232.8 | 0.96 | 0.41 |
| Hex | 4 | 1C | CC | 62 | 56 | 0 | 14 | E9 | 60 | 29 |
| Octal | 4 | 34 | 314 | 142 | 126 | 0 | 24 | 351 | 140 | 51 |
| Binary | 100 | 11100 | 11001100 | 1100010 | 1010110 | 0 | 10100 | 11101001 | 1100000 | 101001 |
Color Harmonies of #041CCC
Complementary color
Monochromatic Colors of #041CCC
Black with #041CCC
Text Example
Text Example
White with #041CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041CCC; }
p { color: rgb(4,28,204); }
H1.HeaderClassName
{
color: #041CCC;
}
.AnyTagClassName
{
color: #041CCC;
}
</style>
background-color css
<style>
a { background-color: #041CCC; }
a { background-color: rgb(4,28,204); }
div.DivClassName
{
background-color: #041CCC;
}
.BgClassName
{
background-color: #041CCC;
}
</style>
border-color css
<style>
span { border-color: #041CCC; }
span { border-color: rgb(4,28,204); }
td.TdClassName
{
border-color: #041CCC;
}
.TagClassName
{
border-color: #041CCC;
}
</style>