#041DCA

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

Shades of Medium Blue #041DCA

Tints of Medium Blue #041DCA

Color information

#041DCA (or 0x041DCA) is unknown color: approx Medium Blue. HEX triplet: 04, 1D and CA. RGB value is (4,29,202). Sum of RGB (Red+Green+Blue) = 4+29+202=235 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.70% from 235); Green value is 29 (11.72% from 255 or 12.34% from 235); Blue value is 202 (79.30% from 255 or 85.96% from 235); Max value from RGB is 202 - color contains mainly: blue. Hex color #041DCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #041DCA is #FBE235. Grayscale: #282828. Windows color (decimal): -16507446 or 13245700. OLE color: 13245700.

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

Color convert

RGB429202-
CMYK0.980.8600.21
HSL232.42º96.12%40.39%-
HSV(B)232.42º98.02%79.22%-
XYZ11.155.1756.29-
YUV41.25218.72101.43-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.70%
GREEN value IS 29 (11.72% from 255) = 12.34%
BLUE value IS 202 (79.30% from 255) = 85.96%
R=1.70%
G=12.34%
B=85.96%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal4292020.980.8600.21232.4296.1240.39
Hex41DCA6256015e86028
Octal43531214212602535014050
Binary100111011100101011000101010110010101111010001100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,29,202); }

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

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

 a { background-color: rgb(4,29,202); }

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

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

 span { border-color: rgb(4,29,202); }

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