Color Hex Logo

#133ecb Color Hex

#133ECB
(19,62,203)
0 Favorites   0 Comments

Color spaces of #133ecb

RGB 1962203
HSL0.630.830.44
HSV226°91°80°
CMYK 0.910.690.00   0.20
XYZ12.77077.895557.3508
Yxy7.89550.16370.1012
Hunter Lab28.098931.9534-101.3435
CIE-Lab33.764341.5904-75.7183

#133ecb color RGB value is (19,62,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00111110 11001011
Octal 23 76 313
Decimal 19 62 203
Hex 13 3E CB

RGB Percentages of Color #133ecb

%6.69
%21.83
%71.48

CMYK Percentages of Color #133ecb

%91
%69
%0
%20

Triadic Colors of #133ecb

#133ecb #cb133e #3ecb13

Analogous Colors of #133ecb

#133ecb #4413cb #139acb

Monochromatic Colors of #133ecb

#133ecb

Complementary Color

#133ecb #cba013

#133ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#133ecb Color CSS Codes

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

#133ecb Text Font Color

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

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


#133ecb Background Color

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

This div background color is #133ecb


#133ecb Border Color

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

This div border color is #133ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133ecb


Comments

No comments written yet.

Please login to write comment.