Color Hex Logo

#031140 Color Hex

#031140
(3,17,64)
0 Favorites   0 Comments

Color spaces of #031140

RGB 31764
HSL0.630.910.13
HSV226°95°25°
CMYK 0.950.730.00   0.75
XYZ1.16340.79044.9417
Yxy0.79040.16870.1146
Hunter Lab8.89047.8002-26.7327
CIE-Lab7.139615.4906-31.4445

#031140 color RGB value is (3,17,64).

#031140 hex color red value is 3, green value is 17 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #031140 hue: 0.63 , saturation: 0.91 and the lightness value of 031140 is 0.13.

The process color (four color CMYK) of #031140 color hex is 0.95, 0.73, 0.00, 0.75. Web safe color of #031140 is #000033. Color #031140 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00010001 01000000
Octal 3 21 100
Decimal 3 17 64
Hex 3 11 40

RGB Percentages of Color #031140

%3.57
%20.24
%76.19

CMYK Percentages of Color #031140

%95
%73
%0
%75

Triadic Colors of #031140

#031140 #400311 #114003

Analogous Colors of #031140

#031140 #140340 #033040

Monochromatic Colors of #031140

#031140

Complementary Color

#031140 #403203

#031140 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#031140 Color Preview on White Background

Lorem ipsum dolor sit amet.

#031140 Color CSS Codes

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

#031140 Text Font Color

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

This sample text font color is #031140
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.


#031140 Background Color

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

This div background color is #031140


#031140 Border Color

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

This div border color is #031140


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #031140


Comments

No comments written yet.

Please login to write comment.