#041FC6

Color #041FC6 Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #041FC6

Tints of Medium Blue #041FC6

Color information

#041FC6 (or 0x041FC6) is unknown color: approx Medium Blue. HEX triplet: 04, 1F and C6. RGB value is (4,31,198). Sum of RGB (Red+Green+Blue) = 4+31+198=233 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.72% from 233); Green value is 31 (12.5% from 255 or 13.30% from 233); Blue value is 198 (77.73% from 255 or 84.98% from 233); Max value from RGB is 198 - color contains mainly: blue. Hex color #041FC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #041FC6 is #FBE039. Grayscale: #292929. Windows color (decimal): -16506938 or 12984068. OLE color: 12984068.

HSL color Cylindrical-coordinate representation of color #041FC6: hue angle of 231.65º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #041FC6 is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB431198-
CMYK0.980.8400.22
HSL231.65º96.04%39.61%-
HSV(B)231.65º97.98%77.65%-
XYZ10.735.0853.84-
YUV41.96216.05100.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 4 (1.95% from 255) = 1.72%
GREEN value IS 31 (12.5% from 255) = 13.30%
BLUE value IS 198 (77.73% from 255) = 84.98%
R=1.72%
G=13.30%
B=84.98%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal4311980.980.8400.22231.6596.0439.61
Hex41FC66254016e86028
Octal43730614212402635014050
Binary100111111100011011000101010100010110111010001100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041FC6; }

 p { color: rgb(4,31,198); }

 H1.HeaderClassName
 {
   color: #041FC6;
 }
 .AnyTagClassName
 {
   color: #041FC6;
 }
</style>
background-color css

<style>
 a { background-color: #041FC6; }

 a { background-color: rgb(4,31,198); }

 div.DivClassName
 {
   background-color: #041FC6;
 }
 .BgClassName
 {
   background-color: #041FC6;
 }
</style>
border-color css

<style>
 span { border-color: #041FC6; }

 span { border-color: rgb(4,31,198); }

 td.TdClassName
 {
   border-color: #041FC6;
 }
 .TagClassName
 {
   border-color: #041FC6;
 }
</style>