Color Hex Logo

#133aca Color Hex

#133ACA
(19,58,202)
0 Favorites   0 Comments

Color spaces of #133aca

RGB 1958202
HSL0.630.830.43
HSV227°91°79°
CMYK 0.910.710.00   0.21
XYZ12.44237.428856.6552
Yxy7.42880.16260.0971
Hunter Lab27.255833.7877-104.1638
CIE-Lab32.763843.6886-76.7876

#133aca color RGB value is (19,58,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00111010 11001010
Octal 23 72 312
Decimal 19 58 202
Hex 13 3A CA

RGB Percentages of Color #133aca

%6.81
%20.79
%72.40

CMYK Percentages of Color #133aca

%91
%71
%0
%21

Triadic Colors of #133aca

#133aca #ca133a #3aca13

Analogous Colors of #133aca

#133aca #4813ca #1396ca

Monochromatic Colors of #133aca

#133aca

Complementary Color

#133aca #caa313

#133aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#133aca Color CSS Codes

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

#133aca Text Font Color

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

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


#133aca Background Color

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

This div background color is #133aca


#133aca Border Color

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

This div border color is #133aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133aca


Comments

No comments written yet.

Please login to write comment.