Color Hex Logo

#131cbd Color Hex

#131CBD
(19,28,189)
0 Favorites   0 Comments

Color spaces of #131cbd

RGB 1928189
HSL0.660.820.41
HSV237°90°74°
CMYK 0.900.850.00   0.26
XYZ9.86914.643148.5202
Yxy4.64310.15660.0737
Hunter Lab21.547944.0458-118.4223
CIE-Lab25.692855.2980-80.8787

#131cbd color RGB value is (19,28,189).

#131cbd hex color red value is 19, green value is 28 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #131cbd hue: 0.66 , saturation: 0.82 and the lightness value of 131cbd is 0.41.

The process color (four color CMYK) of #131cbd color hex is 0.90, 0.85, 0.00, 0.26. Web safe color of #131cbd is #0033cc. Color #131cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00011100 10111101
Octal 23 34 275
Decimal 19 28 189
Hex 13 1C BD

RGB Percentages of Color #131cbd

%8.05
%11.86
%80.08

CMYK Percentages of Color #131cbd

%90
%85
%0
%26

Triadic Colors of #131cbd

#131cbd #bd131c #1cbd13

Analogous Colors of #131cbd

#131cbd #5f13bd #1371bd

Monochromatic Colors of #131cbd

#131cbd

Complementary Color

#131cbd #bdb413

#131cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#131cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#131cbd Color CSS Codes

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

#131cbd Text Font Color

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

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


#131cbd Background Color

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

This div background color is #131cbd


#131cbd Border Color

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

This div border color is #131cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #131cbd


Comments

No comments written yet.

Please login to write comment.