Color Hex Logo

#135dbd Color Hex

#135DBD
(19,93,189)
0 Favorites   0 Comments

Color spaces of #135dbd

RGB 1993189
HSL0.590.820.41
HSV214°90°74°
CMYK 0.900.510.00   0.26
XYZ13.368211.641349.6865
Yxy11.64130.17900.1558
Hunter Lab34.119310.2287-62.4579
CIE-Lab40.640215.8858-56.3215

#135dbd color RGB value is (19,93,189).

#135dbd hex color red value is 19, green value is 93 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #135dbd hue: 0.59 , saturation: 0.82 and the lightness value of 135dbd is 0.41.

The process color (four color CMYK) of #135dbd color hex is 0.90, 0.51, 0.00, 0.26. Web safe color of #135dbd is #0066cc. Color #135dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01011101 10111101
Octal 23 135 275
Decimal 19 93 189
Hex 13 5D BD

RGB Percentages of Color #135dbd

%6.31
%30.90
%62.79

CMYK Percentages of Color #135dbd

%90
%51
%0
%26

Triadic Colors of #135dbd

#135dbd #bd135d #5dbd13

Analogous Colors of #135dbd

#135dbd #1e13bd #13b2bd

Monochromatic Colors of #135dbd

#135dbd

Complementary Color

#135dbd #bd7313

#135dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#135dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#135dbd Color CSS Codes

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

#135dbd Text Font Color

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

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


#135dbd Background Color

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

This div background color is #135dbd


#135dbd Border Color

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

This div border color is #135dbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,93,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #135dbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #135dbd;
  -webkit-box-shadow: 1px 1px 3px 2px #135dbd;
  box-shadow:         1px 1px 3px 2px #135dbd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #135dbd


Comments

No comments written yet.

Please login to write comment.