Color Hex Logo

#134281 Color Hex

#134281
(19,66,129)
0 Favorites   0 Comments

Color spaces of #134281

RGB 1966129
HSL0.600.740.29
HSV214°85°51°
CMYK 0.850.490.00   0.49
XYZ6.17925.619921.5279
Yxy5.61990.18540.1686
Hunter Lab23.70635.0410-37.2473
CIE-Lab28.43259.5293-39.9060

#134281 color RGB value is (19,66,129).

#134281 hex color red value is 19, green value is 66 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #134281 hue: 0.60 , saturation: 0.74 and the lightness value of 134281 is 0.29.

The process color (four color CMYK) of #134281 color hex is 0.85, 0.49, 0.00, 0.49. Web safe color of #134281 is #003399. Color #134281 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01000010 10000001
Octal 23 102 201
Decimal 19 66 129
Hex 13 42 81

RGB Percentages of Color #134281

%8.88
%30.84
%60.28

CMYK Percentages of Color #134281

%85
%49
%0
%49

Triadic Colors of #134281

#134281 #811342 #428113

Analogous Colors of #134281

#134281 #1b1381 #137981

Monochromatic Colors of #134281

#134281

Complementary Color

#134281 #815213

#134281 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#134281 Color Preview on White Background

Lorem ipsum dolor sit amet.

#134281 Color CSS Codes

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

#134281 Text Font Color

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

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


#134281 Background Color

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

This div background color is #134281


#134281 Border Color

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

This div border color is #134281


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #134281


Comments

No comments written yet.

Please login to write comment.