Color Hex Logo

#135068 Color Hex

#135068
(19,80,104)
0 Favorites   0 Comments

Color spaces of #135068

RGB 1980104
HSL0.550.690.24
HSV197°82°41°
CMYK 0.820.230.00   0.59
XYZ5.63596.875214.1267
Yxy6.87520.21160.2581
Hunter Lab26.2206-7.5190-13.5889
CIE-Lab31.5211-9.8576-19.3160

#135068 color RGB value is (19,80,104).

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

The process color (four color CMYK) of #135068 color hex is 0.82, 0.23, 0.00, 0.59. Web safe color of #135068 is #006666. Color #135068 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01010000 01101000
Octal 23 120 150
Decimal 19 80 104
Hex 13 50 68

RGB Percentages of Color #135068

%9.36
%39.41
%51.23

CMYK Percentages of Color #135068

%82
%23
%0
%59

Triadic Colors of #135068

#135068 #681350 #506813

Analogous Colors of #135068

#135068 #132568 #136856

Monochromatic Colors of #135068

#135068

Complementary Color

#135068 #682b13

#135068 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#135068 Color Preview on White Background

Lorem ipsum dolor sit amet.

#135068 Color CSS Codes

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

#135068 Text Font Color

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

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


#135068 Background Color

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

This div background color is #135068


#135068 Border Color

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

This div border color is #135068


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #135068


Comments

No comments written yet.

Please login to write comment.