Color Hex Logo

#1356ce Color Hex

#1356CE
(19,86,206)
0 Favorites   0 Comments

Color spaces of #1356ce

RGB 1986206
HSL0.610.830.44
HSV219°91°81°
CMYK 0.910.580.00   0.19
XYZ14.736911.250359.7873
Yxy11.25030.17180.1312
Hunter Lab33.541519.7288-82.2048
CIE-Lab39.998927.2378-67.2247

#1356ce color RGB value is (19,86,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01010110 11001110
Octal 23 126 316
Decimal 19 86 206
Hex 13 56 CE

RGB Percentages of Color #1356ce

%6.11
%27.65
%66.24

CMYK Percentages of Color #1356ce

%91
%58
%0
%19

Triadic Colors of #1356ce

#1356ce #ce1356 #56ce13

Analogous Colors of #1356ce

#1356ce #2d13ce #13b4ce

Monochromatic Colors of #1356ce

#1356ce

Complementary Color

#1356ce #ce8b13

#1356ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1356ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#1356ce Color CSS Codes

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

#1356ce Text Font Color

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

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


#1356ce Background Color

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

This div background color is #1356ce


#1356ce Border Color

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

This div border color is #1356ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1356ce


Comments

No comments written yet.

Please login to write comment.