Color Hex Logo

#131fcc Color Hex

#131FCC
(19,31,204)
0 Favorites   0 Comments

Color spaces of #131fcc

RGB 1931204
HSL0.660.830.44
HSV236°91°80°
CMYK 0.910.850.00   0.20
XYZ11.65765.478157.5697
Yxy5.47810.15600.0733
Hunter Lab23.405347.9469-129.4508
CIE-Lab28.055658.5291-85.7661

#131fcc color RGB value is (19,31,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00011111 11001100
Octal 23 37 314
Decimal 19 31 204
Hex 13 1F CC

RGB Percentages of Color #131fcc

%7.48
%12.20
%80.31

CMYK Percentages of Color #131fcc

%91
%85
%0
%20

Triadic Colors of #131fcc

#131fcc #cc131f #1fcc13

Analogous Colors of #131fcc

#131fcc #6313cc #137ccc

Monochromatic Colors of #131fcc

#131fcc

Complementary Color

#131fcc #ccc013

#131fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#131fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#131fcc Color CSS Codes

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

#131fcc Text Font Color

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

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


#131fcc Background Color

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

This div background color is #131fcc


#131fcc Border Color

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

This div border color is #131fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #131fcc


Comments

No comments written yet.

Please login to write comment.