Color Hex Logo

#131dcb Color Hex

#131DCB
(19,29,203)
0 Favorites   0 Comments

Color spaces of #131dcb

RGB 1929203
HSL0.660.830.44
HSV237°91°80°
CMYK 0.910.860.00   0.20
XYZ11.48745.329056.9231
Yxy5.32900.15580.0723
Hunter Lab23.084648.4273-130.0407
CIE-Lab27.652259.0529-85.8538

#131dcb color RGB value is (19,29,203).

#131dcb hex color red value is 19, green value is 29 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #131dcb hue: 0.66 , saturation: 0.83 and the lightness value of 131dcb is 0.44.

The process color (four color CMYK) of #131dcb color hex is 0.91, 0.86, 0.00, 0.20. Web safe color of #131dcb is #0033cc. Color #131dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00011101 11001011
Octal 23 35 313
Decimal 19 29 203
Hex 13 1D CB

RGB Percentages of Color #131dcb

%7.57
%11.55
%80.88

CMYK Percentages of Color #131dcb

%91
%86
%0
%20

Triadic Colors of #131dcb

#131dcb #cb131d #1dcb13

Analogous Colors of #131dcb

#131dcb #6513cb #1379cb

Monochromatic Colors of #131dcb

#131dcb

Complementary Color

#131dcb #cbc113

#131dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#131dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#131dcb Color CSS Codes

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

#131dcb Text Font Color

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

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


#131dcb Background Color

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

This div background color is #131dcb


#131dcb Border Color

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

This div border color is #131dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #131dcb


Comments

No comments written yet.

Please login to write comment.