Color Hex Logo

#133bca Color Hex

#133BCA
(19,59,202)
0 Favorites   0 Comments

Color spaces of #133bca

RGB 1959202
HSL0.630.830.43
HSV227°91°79°
CMYK 0.910.710.00   0.21
XYZ12.49327.530656.6722
Yxy7.53060.16290.0982
Hunter Lab27.441933.2404-103.2344
CIE-Lab32.985543.0786-76.4214

#133bca color RGB value is (19,59,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00111011 11001010
Octal 23 73 312
Decimal 19 59 202
Hex 13 3B CA

RGB Percentages of Color #133bca

%6.79
%21.07
%72.14

CMYK Percentages of Color #133bca

%91
%71
%0
%21

Triadic Colors of #133bca

#133bca #ca133b #3bca13

Analogous Colors of #133bca

#133bca #4613ca #1397ca

Monochromatic Colors of #133bca

#133bca

Complementary Color

#133bca #caa213

#133bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#133bca Color CSS Codes

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

#133bca Text Font Color

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

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


#133bca Background Color

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

This div background color is #133bca


#133bca Border Color

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

This div border color is #133bca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,59,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 #133bca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133bca


Comments

No comments written yet.

Please login to write comment.