Color Hex Logo

#1368cc Color Hex

#1368CC
(19,104,204)
0 Favorites   0 Comments

Color spaces of #1368cc

RGB 19104204
HSL0.590.830.44
HSV212°91°80°
CMYK 0.910.490.00   0.20
XYZ16.118014.398759.0565
Yxy14.39870.17990.1607
Hunter Lab37.94569.4159-65.7138
CIE-Lab44.799414.6880-58.2780

#1368cc color RGB value is (19,104,204).

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

The process color (four color CMYK) of #1368cc color hex is 0.91, 0.49, 0.00, 0.20. Web safe color of #1368cc is #0066cc. Color #1368cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01101000 11001100
Octal 23 150 314
Decimal 19 104 204
Hex 13 68 CC

RGB Percentages of Color #1368cc

%5.81
%31.80
%62.39

CMYK Percentages of Color #1368cc

%91
%49
%0
%20

Triadic Colors of #1368cc

#1368cc #cc1368 #68cc13

Analogous Colors of #1368cc

#1368cc #1a13cc #13c5cc

Monochromatic Colors of #1368cc

#1368cc

Complementary Color

#1368cc #cc7713

#1368cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1368cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1368cc Color CSS Codes

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

#1368cc Text Font Color

<p style="color:#1368cc">Text here</p>

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


#1368cc Background Color

<div style="background-color:#1368cc">
Div content here</div>

This div background color is #1368cc


#1368cc Border Color

<div style="border:3px solid #1368cc">
Div here</div>

This div border color is #1368cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1368cc


Comments

No comments written yet.

Please login to write comment.