Color Hex Logo

#133eba Color Hex

#133EBA
(19,62,186)
0 Favorites   0 Comments

Color spaces of #133eba

RGB 1962186
HSL0.620.810.40
HSV225°90°73°
CMYK 0.900.670.00   0.27
XYZ10.85417.128947.2583
Yxy7.12890.16640.1093
Hunter Lab26.700025.8389-86.2517
CIE-Lab32.098635.2587-68.4982

#133eba color RGB value is (19,62,186).

#133eba hex color red value is 19, green value is 62 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #133eba hue: 0.62 , saturation: 0.81 and the lightness value of 133eba is 0.40.

The process color (four color CMYK) of #133eba color hex is 0.90, 0.67, 0.00, 0.27. Web safe color of #133eba is #0033cc. Color #133eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00111110 10111010
Octal 23 76 272
Decimal 19 62 186
Hex 13 3E BA

RGB Percentages of Color #133eba

%7.12
%23.22
%69.66

CMYK Percentages of Color #133eba

%90
%67
%0
%27

Triadic Colors of #133eba

#133eba #ba133e #3eba13

Analogous Colors of #133eba

#133eba #3c13ba #1392ba

Monochromatic Colors of #133eba

#133eba

Complementary Color

#133eba #ba8f13

#133eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#133eba Color CSS Codes

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

#133eba Text Font Color

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

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


#133eba Background Color

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

This div background color is #133eba


#133eba Border Color

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

This div border color is #133eba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,62,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #133eba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #133eba;
  -webkit-box-shadow: 1px 1px 3px 2px #133eba;
  box-shadow:         1px 1px 3px 2px #133eba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133eba


Comments

No comments written yet.

Please login to write comment.