Color Hex Logo

#135367 Color Hex

#135367
(19,83,103)
0 Favorites   0 Comments

Color spaces of #135367

RGB 1983103
HSL0.540.690.24
HSV194°82°40°
CMYK 0.820.190.00   0.60
XYZ5.81007.304213.9356
Yxy7.30420.21480.2700
Hunter Lab27.0263-8.9228-11.6534
CIE-Lab32.4896-12.0450-17.1874

#135367 color RGB value is (19,83,103).

#135367 hex color red value is 19, green value is 83 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #135367 hue: 0.54 , saturation: 0.69 and the lightness value of 135367 is 0.24.

The process color (four color CMYK) of #135367 color hex is 0.82, 0.19, 0.00, 0.60. Web safe color of #135367 is #006666. Color #135367 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01010011 01100111
Octal 23 123 147
Decimal 19 83 103
Hex 13 53 67

RGB Percentages of Color #135367

%9.27
%40.49
%50.24

CMYK Percentages of Color #135367

%82
%19
%0
%60

Triadic Colors of #135367

#135367 #671353 #536713

Analogous Colors of #135367

#135367 #132967 #136751

Monochromatic Colors of #135367

#135367

Complementary Color

#135367 #672713

#135367 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#135367 Color Preview on White Background

Lorem ipsum dolor sit amet.

#135367 Color CSS Codes

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

#135367 Text Font Color

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

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


#135367 Background Color

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

This div background color is #135367


#135367 Border Color

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

This div border color is #135367


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #135367


Comments

No comments written yet.

Please login to write comment.