Color Hex Logo

#031fab Color Hex

#031FAB
(3,31,171)
0 Favorites   0 Comments

Color spaces of #031fab

RGB 331171
HSL0.640.970.34
HSV230°98°67°
CMYK 0.980.820.00   0.33
XYZ7.87823.939638.8733
Yxy3.93960.15540.0777
Hunter Lab19.848436.1151-102.2260
CIE-Lab23.470747.8723-73.8289

#031fab color RGB value is (3,31,171).

#031fab hex color red value is 3, green value is 31 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #031fab hue: 0.64 , saturation: 0.97 and the lightness value of 031fab is 0.34.

The process color (four color CMYK) of #031fab color hex is 0.98, 0.82, 0.00, 0.33. Web safe color of #031fab is #003399. Color #031fab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00011111 10101011
Octal 3 37 253
Decimal 3 31 171
Hex 3 1F AB

RGB Percentages of Color #031fab

%1.46
%15.12
%83.41

CMYK Percentages of Color #031fab

%98
%82
%0
%33

Triadic Colors of #031fab

#031fab #ab031f #1fab03

Analogous Colors of #031fab

#031fab #3b03ab #0373ab

Monochromatic Colors of #031fab

#031fab

Complementary Color

#031fab #ab8f03

#031fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#031fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#031fab Color CSS Codes

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

#031fab Text Font Color

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

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


#031fab Background Color

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

This div background color is #031fab


#031fab Border Color

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

This div border color is #031fab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,31,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #031fab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #031fab;
  -webkit-box-shadow: 1px 1px 3px 2px #031fab;
  box-shadow:         1px 1px 3px 2px #031fab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #031fab


Comments

No comments written yet.

Please login to write comment.