Color Hex Logo

#133254 Color Hex

#133254
(19,50,84)
0 Favorites   0 Comments

Color spaces of #133254

RGB 195084
HSL0.590.630.20
HSV211°77°33°
CMYK 0.770.400.00   0.67
XYZ3.00943.05978.8195
Yxy3.05970.20210.2055
Hunter Lab17.49200.0989-17.6497
CIE-Lab20.28141.7942-23.9807

#133254 color RGB value is (19,50,84).

#133254 hex color red value is 19, green value is 50 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #133254 hue: 0.59 , saturation: 0.63 and the lightness value of 133254 is 0.20.

The process color (four color CMYK) of #133254 color hex is 0.77, 0.40, 0.00, 0.67. Web safe color of #133254 is #003366. Color #133254 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00110010 01010100
Octal 23 62 124
Decimal 19 50 84
Hex 13 32 54

RGB Percentages of Color #133254

%12.42
%32.68
%54.90

CMYK Percentages of Color #133254

%77
%40
%0
%67

Triadic Colors of #133254

#133254 #541332 #325413

Analogous Colors of #133254

#133254 #151354 #135354

Monochromatic Colors of #133254

#133254

Complementary Color

#133254 #543513

#133254 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133254 Color Preview on White Background

Lorem ipsum dolor sit amet.

#133254 Color CSS Codes

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

#133254 Text Font Color

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

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


#133254 Background Color

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

This div background color is #133254


#133254 Border Color

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

This div border color is #133254


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133254


Comments

No comments written yet.

Please login to write comment.