Color Hex Logo

#1367cc Color Hex

#1367CC
(19,103,204)
0 Favorites   0 Comments

Color spaces of #1367cc

RGB 19103204
HSL0.590.830.44
HSV213°91°80°
CMYK 0.910.500.00   0.20
XYZ16.017914.198659.0231
Yxy14.19860.17950.1591
Hunter Lab37.68109.9371-66.4944
CIE-Lab44.516415.3335-58.7351

#1367cc color RGB value is (19,103,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01100111 11001100
Octal 23 147 314
Decimal 19 103 204
Hex 13 67 CC

RGB Percentages of Color #1367cc

%5.83
%31.60
%62.58

CMYK Percentages of Color #1367cc

%91
%50
%0
%20

Triadic Colors of #1367cc

#1367cc #cc1367 #67cc13

Analogous Colors of #1367cc

#1367cc #1c13cc #13c4cc

Monochromatic Colors of #1367cc

#1367cc

Complementary Color

#1367cc #cc7813

#1367cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1367cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1367cc Color CSS Codes

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

#1367cc Text Font Color

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

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


#1367cc Background Color

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

This div background color is #1367cc


#1367cc Border Color

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

This div border color is #1367cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1367cc


Comments

No comments written yet.

Please login to write comment.