Color Hex Logo

#131fcd Color Hex

#131FCD
(19,31,205)
0 Favorites   0 Comments

Color spaces of #131fcd

RGB 1931205
HSL0.660.830.44
HSV236°91°80°
CMYK 0.910.850.00   0.20
XYZ11.77805.526258.2035
Yxy5.52620.15600.0732
Hunter Lab23.507948.2940-130.3415
CIE-Lab28.184258.8273-86.1357

#131fcd color RGB value is (19,31,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00011111 11001101
Octal 23 37 315
Decimal 19 31 205
Hex 13 1F CD

RGB Percentages of Color #131fcd

%7.45
%12.16
%80.39

CMYK Percentages of Color #131fcd

%91
%85
%0
%20

Triadic Colors of #131fcd

#131fcd #cd131f #1fcd13

Analogous Colors of #131fcd

#131fcd #6413cd #137ccd

Monochromatic Colors of #131fcd

#131fcd

Complementary Color

#131fcd #cdc113

#131fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#131fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#131fcd Color CSS Codes

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

#131fcd Text Font Color

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

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


#131fcd Background Color

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

This div background color is #131fcd


#131fcd Border Color

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

This div border color is #131fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #131fcd


Comments

No comments written yet.

Please login to write comment.