Color Hex Logo

#135398 Color Hex

#135398
(19,83,152)
0 Favorites   0 Comments

Color spaces of #135398

RGB 1983152
HSL0.590.780.34
HSV211°88°60°
CMYK 0.880.450.00   0.40
XYZ9.02938.592030.8883
Yxy8.59200.18610.1771
Hunter Lab29.31213.6889-41.9597
CIE-Lab35.18667.5119-43.1612

#135398 color RGB value is (19,83,152).

#135398 hex color red value is 19, green value is 83 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #135398 hue: 0.59 , saturation: 0.78 and the lightness value of 135398 is 0.34.

The process color (four color CMYK) of #135398 color hex is 0.88, 0.45, 0.00, 0.40. Web safe color of #135398 is #006699. Color #135398 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01010011 10011000
Octal 23 123 230
Decimal 19 83 152
Hex 13 53 98

RGB Percentages of Color #135398

%7.48
%32.68
%59.84

CMYK Percentages of Color #135398

%88
%45
%0
%40

Triadic Colors of #135398

#135398 #981353 #539813

Analogous Colors of #135398

#135398 #151398 #139698

Monochromatic Colors of #135398

#135398

Complementary Color

#135398 #985813

#135398 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#135398 Color Preview on White Background

Lorem ipsum dolor sit amet.

#135398 Color CSS Codes

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

#135398 Text Font Color

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

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


#135398 Background Color

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

This div background color is #135398


#135398 Border Color

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

This div border color is #135398


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #135398


Comments

No comments written yet.

Please login to write comment.