Color Hex Logo

#1355ab Color Hex

#1355AB
(19,85,171)
0 Favorites   0 Comments

Color spaces of #1355ab

RGB 1985171
HSL0.590.800.37
HSV214°89°67°
CMYK 0.890.500.00   0.33
XYZ10.86779.575739.8036
Yxy9.57570.18040.1589
Hunter Lab30.94468.5358-54.6026
CIE-Lab37.069913.9318-51.5050

#1355ab color RGB value is (19,85,171).

#1355ab hex color red value is 19, green value is 85 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #1355ab hue: 0.59 , saturation: 0.80 and the lightness value of 1355ab is 0.37.

The process color (four color CMYK) of #1355ab color hex is 0.89, 0.50, 0.00, 0.33. Web safe color of #1355ab is #006699. Color #1355ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01010101 10101011
Octal 23 125 253
Decimal 19 85 171
Hex 13 55 AB

RGB Percentages of Color #1355ab

%6.91
%30.91
%62.18

CMYK Percentages of Color #1355ab

%89
%50
%0
%33

Triadic Colors of #1355ab

#1355ab #ab1355 #55ab13

Analogous Colors of #1355ab

#1355ab #1d13ab #13a1ab

Monochromatic Colors of #1355ab

#1355ab

Complementary Color

#1355ab #ab6913

#1355ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1355ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#1355ab Color CSS Codes

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

#1355ab Text Font Color

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

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


#1355ab Background Color

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

This div background color is #1355ab


#1355ab Border Color

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

This div border color is #1355ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,85,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1355ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1355ab;
  -webkit-box-shadow: 1px 1px 3px 2px #1355ab;
  box-shadow:         1px 1px 3px 2px #1355ab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1355ab


Comments

No comments written yet.

Please login to write comment.