Color Hex Logo

#131b88 Color Hex

#131B88
(19,27,136)
0 Favorites   0 Comments

Color spaces of #131b88

RGB 1927136
HSL0.660.750.30
HSV236°86°53°
CMYK 0.860.800.00   0.47
XYZ5.10442.699923.5446
Yxy2.69990.16280.0861
Hunter Lab16.431426.6961-73.4550
CIE-Lab18.799638.6440-60.0447

#131b88 color RGB value is (19,27,136).

#131b88 hex color red value is 19, green value is 27 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #131b88 hue: 0.66 , saturation: 0.75 and the lightness value of 131b88 is 0.30.

The process color (four color CMYK) of #131b88 color hex is 0.86, 0.80, 0.00, 0.47. Web safe color of #131b88 is #003399. Color #131b88 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00011011 10001000
Octal 23 33 210
Decimal 19 27 136
Hex 13 1B 88

RGB Percentages of Color #131b88

%10.44
%14.84
%74.73

CMYK Percentages of Color #131b88

%86
%80
%0
%47

Triadic Colors of #131b88

#131b88 #88131b #1b8813

Analogous Colors of #131b88

#131b88 #461388 #135688

Monochromatic Colors of #131b88

#131b88

Complementary Color

#131b88 #888013

#131b88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#131b88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#131b88 Color CSS Codes

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

#131b88 Text Font Color

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

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


#131b88 Background Color

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

This div background color is #131b88


#131b88 Border Color

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

This div border color is #131b88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #131b88


Comments

No comments written yet.

Please login to write comment.