Color Hex Logo

#1336ca Color Hex

#1336CA
(19,54,202)
0 Favorites   0 Comments

Color spaces of #1336ca

RGB 1954202
HSL0.630.830.43
HSV229°91°79°
CMYK 0.910.730.00   0.21
XYZ12.24847.041056.5906
Yxy7.04100.16140.0928
Hunter Lab26.534935.9589-107.8726
CIE-Lab31.900146.0859-78.2157

#1336ca color RGB value is (19,54,202).

#1336ca hex color red value is 19, green value is 54 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #1336ca hue: 0.63 , saturation: 0.83 and the lightness value of 1336ca is 0.43.

The process color (four color CMYK) of #1336ca color hex is 0.91, 0.73, 0.00, 0.21. Web safe color of #1336ca is #0033cc. Color #1336ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00110110 11001010
Octal 23 66 312
Decimal 19 54 202
Hex 13 36 CA

RGB Percentages of Color #1336ca

%6.91
%19.64
%73.45

CMYK Percentages of Color #1336ca

%91
%73
%0
%21

Triadic Colors of #1336ca

#1336ca #ca1336 #36ca13

Analogous Colors of #1336ca

#1336ca #4b13ca #1392ca

Monochromatic Colors of #1336ca

#1336ca

Complementary Color

#1336ca #caa713

#1336ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1336ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#1336ca Color CSS Codes

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

#1336ca Text Font Color

<p style="color:#1336ca">Text here</p>

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


#1336ca Background Color

<div style="background-color:#1336ca">
Div content here</div>

This div background color is #1336ca


#1336ca Border Color

<div style="border:3px solid #1336ca">
Div here</div>

This div border color is #1336ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,54,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1336ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1336ca;
  -webkit-box-shadow: 1px 1px 3px 2px #1336ca;
  box-shadow:         1px 1px 3px 2px #1336ca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1336ca


Comments

No comments written yet.

Please login to write comment.