Color Hex Logo

#041183 Color Hex

#041183
(4,17,131)
0 Favorites   0 Comments

Color spaces of #041183

RGB 417131
HSL0.650.940.26
HSV234°97°51°
CMYK 0.970.870.00   0.49
XYZ4.34732.065421.6423
Yxy2.06540.15500.0736
Hunter Lab14.371528.8451-79.2258
CIE-Lab15.826841.6278-61.8460

#041183 color RGB value is (4,17,131).

#041183 hex color red value is 4, green value is 17 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #041183 hue: 0.65 , saturation: 0.94 and the lightness value of 041183 is 0.26.

The process color (four color CMYK) of #041183 color hex is 0.97, 0.87, 0.00, 0.49. Web safe color of #041183 is #000099. Color #041183 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00010001 10000011
Octal 4 21 203
Decimal 4 17 131
Hex 4 11 83

RGB Percentages of Color #041183

%2.63
%11.18
%86.18

CMYK Percentages of Color #041183

%97
%87
%0
%49

Triadic Colors of #041183

#041183 #830411 #118304

Analogous Colors of #041183

#041183 #360483 #045183

Monochromatic Colors of #041183

#041183

Complementary Color

#041183 #837604

#041183 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#041183 Color Preview on White Background

Lorem ipsum dolor sit amet.

#041183 Color CSS Codes

.mybgcolor {background-color:#041183; } 
.myforecolor {color:#041183; }
.mybordercolor {border:3px solid #041183; }

#041183 Text Font Color

<p style="color:#041183">Text here</p>

This sample text font color is #041183
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#041183 Background Color

<div style="background-color:#041183">
Div content here</div>

This div background color is #041183


#041183 Border Color

<div style="border:3px solid #041183">
Div here</div>

This div border color is #041183


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,17,131, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #041183; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #041183;
  -webkit-box-shadow: 1px 1px 3px 2px #041183;
  box-shadow:         1px 1px 3px 2px #041183; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(4,17,131, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #041183">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #041183;
  -webkit-box-shadow: 1px 1px 3px 2px #041183;
  box-shadow:         1px 1px 3px 2px #041183;">
Div content here</div>

This div box has shadow with color #041183


Comments

No comments written yet.

Please login to write comment.