Color Hex Logo

#131ecc Color Hex

#131ECC
(19,30,204)
0 Favorites   0 Comments

Color spaces of #131ecc

RGB 1930204
HSL0.660.830.44
HSV236°91°80°
CMYK 0.910.850.00   0.20
XYZ11.63195.426657.5611
Yxy5.42660.15590.0727
Hunter Lab23.295148.3639-130.1965
CIE-Lab27.917158.9434-85.9968

#131ecc color RGB value is (19,30,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00011110 11001100
Octal 23 36 314
Decimal 19 30 204
Hex 13 1E CC

RGB Percentages of Color #131ecc

%7.51
%11.86
%80.63

CMYK Percentages of Color #131ecc

%91
%85
%0
%20

Triadic Colors of #131ecc

#131ecc #cc131e #1ecc13

Analogous Colors of #131ecc

#131ecc #6513cc #137bcc

Monochromatic Colors of #131ecc

#131ecc

Complementary Color

#131ecc #ccc113

#131ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#131ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#131ecc Color CSS Codes

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

#131ecc Text Font Color

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

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


#131ecc Background Color

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

This div background color is #131ecc


#131ecc Border Color

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

This div border color is #131ecc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,30,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 #131ecc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #131ecc


Comments

No comments written yet.

Please login to write comment.