Color Hex Logo

#133ade Color Hex

#133ADE
(19,58,222)
0 Favorites   0 Comments

Color spaces of #133ade

RGB 1958222
HSL0.630.840.47
HSV228°91°87°
CMYK 0.910.740.00   0.13
XYZ14.96648.438569.9472
Yxy8.43850.16030.0904
Hunter Lab29.049141.1292-122.4298
CIE-Lab34.879950.6895-84.8466

#133ade color RGB value is (19,58,222).

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

The process color (four color CMYK) of #133ade color hex is 0.91, 0.74, 0.00, 0.13. Web safe color of #133ade is #0033cc. Color #133ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00111010 11011110
Octal 23 72 336
Decimal 19 58 222
Hex 13 3A DE

RGB Percentages of Color #133ade

%6.35
%19.40
%74.25

CMYK Percentages of Color #133ade

%91
%74
%0
%13

Triadic Colors of #133ade

#133ade #de133a #3ade13

Analogous Colors of #133ade

#133ade #5113de #13a0de

Monochromatic Colors of #133ade

#133ade

Complementary Color

#133ade #deb713

#133ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#133ade Color CSS Codes

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

#133ade Text Font Color

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

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


#133ade Background Color

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

This div background color is #133ade


#133ade Border Color

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

This div border color is #133ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133ade


Comments

No comments written yet.

Please login to write comment.