Color Hex Logo

#133abc Color Hex

#133ABC
(19,58,188)
0 Favorites   0 Comments

Color spaces of #133abc

RGB 1958188
HSL0.630.820.41
HSV226°90°74°
CMYK 0.900.690.00   0.26
XYZ10.85876.795448.3163
Yxy6.79540.16460.1030
Hunter Lab26.068028.7357-91.6448
CIE-Lab31.336538.5776-70.9338

#133abc color RGB value is (19,58,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00111010 10111100
Octal 23 72 274
Decimal 19 58 188
Hex 13 3A BC

RGB Percentages of Color #133abc

%7.17
%21.89
%70.94

CMYK Percentages of Color #133abc

%90
%69
%0
%26

Triadic Colors of #133abc

#133abc #bc133a #3abc13

Analogous Colors of #133abc

#133abc #4013bc #138fbc

Monochromatic Colors of #133abc

#133abc

Complementary Color

#133abc #bc9513

#133abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#133abc Color CSS Codes

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

#133abc Text Font Color

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

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


#133abc Background Color

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

This div background color is #133abc


#133abc Border Color

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

This div border color is #133abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133abc


Comments

No comments written yet.

Please login to write comment.