Color Hex Logo

#133abe Color Hex

#133ABE
(19,58,190)
0 Favorites   0 Comments

Color spaces of #133abe

RGB 1958190
HSL0.630.820.41
HSV226°90°75°
CMYK 0.900.690.00   0.25
XYZ11.07596.882349.4598
Yxy6.88230.16430.1021
Hunter Lab26.234129.4519-93.4169
CIE-Lab31.537439.3185-71.7814

#133abe color RGB value is (19,58,190).

#133abe hex color red value is 19, green value is 58 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #133abe hue: 0.63 , saturation: 0.82 and the lightness value of 133abe is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00111010 10111110
Octal 23 72 276
Decimal 19 58 190
Hex 13 3A BE

RGB Percentages of Color #133abe

%7.12
%21.72
%71.16

CMYK Percentages of Color #133abe

%90
%69
%0
%25

Triadic Colors of #133abe

#133abe #be133a #3abe13

Analogous Colors of #133abe

#133abe #4113be #1390be

Monochromatic Colors of #133abe

#133abe

Complementary Color

#133abe #be9713

#133abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#133abe Color CSS Codes

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

#133abe Text Font Color

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

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


#133abe Background Color

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

This div background color is #133abe


#133abe Border Color

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

This div border color is #133abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133abe


Comments

No comments written yet.

Please login to write comment.