Shades of Medium Blue #041CC2
Tints of Medium Blue #041CC2
RGB
CMYK
RGB Variations
Color information
#041CC2 (or 0x041CC2) is known color: Medium Blue. HEX triplet: 04, 1C and C2. RGB value is (4,28,194). Sum of RGB (Red+Green+Blue) = 4+28+194=226 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.77% from 226); Green value is 28 (11.33% from 255 or 12.39% from 226); Blue value is 194 (76.17% from 255 or 85.84% from 226); Max value from RGB is 194 - color contains mainly: blue. Hex color #041CC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #041CC2 is #FBE33D. Grayscale: #272727. Windows color (decimal): -16507710 or 12721156. OLE color: 12721156.
HSL color Cylindrical-coordinate representation of color #041CC2: hue angle of 232.42º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #041CC2 is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 4 | 28 | 194 | - |
| CMYK | 0.98 | 0.86 | 0 | 0.24 |
| HSL | 232.42º | 0.96% | 0.39% | - |
| HSV(B) | 232.42º | 0.98% | 0.76% | - |
| XYZ | 10.2 | 4.75 | 51.42 | - |
| YUV | 39.75 | 215.05 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 28 | 194 | 0.98 | 0.86 | 0 | 0.24 | 232.42 | 0.96 | 0.39 |
| Hex | 4 | 1C | C2 | 62 | 56 | 0 | 18 | E8 | 60 | 27 |
| Octal | 4 | 34 | 302 | 142 | 126 | 0 | 30 | 350 | 140 | 47 |
| Binary | 100 | 11100 | 11000010 | 1100010 | 1010110 | 0 | 11000 | 11101000 | 1100000 | 100111 |
Color Harmonies of #041CC2
Complementary color
Monochromatic Colors of #041CC2
Black with #041CC2
Text Example
Text Example
White with #041CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041CC2; }
p { color: rgb(4,28,194); }
H1.HeaderClassName
{
color: #041CC2;
}
.AnyTagClassName
{
color: #041CC2;
}
</style>
background-color css
<style>
a { background-color: #041CC2; }
a { background-color: rgb(4,28,194); }
div.DivClassName
{
background-color: #041CC2;
}
.BgClassName
{
background-color: #041CC2;
}
</style>
border-color css
<style>
span { border-color: #041CC2; }
span { border-color: rgb(4,28,194); }
td.TdClassName
{
border-color: #041CC2;
}
.TagClassName
{
border-color: #041CC2;
}
</style>