Color Hex Logo

#135366 Color Hex

#135366
(19,83,102)
0 Favorites   0 Comments

Color spaces of #135366

RGB 1983102
HSL0.540.690.24
HSV194°81°40°
CMYK 0.810.190.00   0.60
XYZ5.76017.284313.6728
Yxy7.28430.21560.2726
Hunter Lab26.9894-9.1360-11.1436
CIE-Lab32.4456-12.4205-16.6258

#135366 color RGB value is (19,83,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01010011 01100110
Octal 23 123 146
Decimal 19 83 102
Hex 13 53 66

RGB Percentages of Color #135366

%9.31
%40.69
%50.00

CMYK Percentages of Color #135366

%81
%19
%0
%60

Triadic Colors of #135366

#135366 #661353 #536613

Analogous Colors of #135366

#135366 #132a66 #136650

Monochromatic Colors of #135366

#135366

Complementary Color

#135366 #662613

#135366 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#135366 Color Preview on White Background

Lorem ipsum dolor sit amet.

#135366 Color CSS Codes

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

#135366 Text Font Color

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

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


#135366 Background Color

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

This div background color is #135366


#135366 Border Color

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

This div border color is #135366


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #135366


Comments

No comments written yet.

Please login to write comment.