Color Hex Logo

#1331ce Color Hex

#1331CE
(19,49,206)
0 Favorites   0 Comments

Color spaces of #1331ce

RGB 1949206
HSL0.640.830.44
HSV230°91°81°
CMYK 0.910.760.00   0.19
XYZ12.50746.791359.0442
Yxy6.79130.15960.0867
Hunter Lab26.060140.0648-116.0908
CIE-Lab31.327050.3238-81.4949

#1331ce color RGB value is (19,49,206).

#1331ce hex color red value is 19, green value is 49 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #1331ce hue: 0.64 , saturation: 0.83 and the lightness value of 1331ce is 0.44.

The process color (four color CMYK) of #1331ce color hex is 0.91, 0.76, 0.00, 0.19. Web safe color of #1331ce is #0033cc. Color #1331ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00110001 11001110
Octal 23 61 316
Decimal 19 49 206
Hex 13 31 CE

RGB Percentages of Color #1331ce

%6.93
%17.88
%75.18

CMYK Percentages of Color #1331ce

%91
%76
%0
%19

Triadic Colors of #1331ce

#1331ce #ce1331 #31ce13

Analogous Colors of #1331ce

#1331ce #5313ce #138fce

Monochromatic Colors of #1331ce

#1331ce

Complementary Color

#1331ce #ceb013

#1331ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1331ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#1331ce Color CSS Codes

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

#1331ce Text Font Color

<p style="color:#1331ce">Text here</p>

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


#1331ce Background Color

<div style="background-color:#1331ce">
Div content here</div>

This div background color is #1331ce


#1331ce Border Color

<div style="border:3px solid #1331ce">
Div here</div>

This div border color is #1331ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,49,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1331ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1331ce;
  -webkit-box-shadow: 1px 1px 3px 2px #1331ce;
  box-shadow:         1px 1px 3px 2px #1331ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1331ce


Comments

No comments written yet.

Please login to write comment.