Color Hex Logo

#133abf Color Hex

#133ABF
(19,58,191)
0 Favorites   0 Comments

Color spaces of #133abf

RGB 1958191
HSL0.630.820.41
HSV226°90°75°
CMYK 0.900.700.00   0.25
XYZ11.18566.926150.0375
Yxy6.92610.16410.1016
Hunter Lab26.317529.8114-94.3060
CIE-Lab31.638139.6884-72.2042

#133abf color RGB value is (19,58,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00111010 10111111
Octal 23 72 277
Decimal 19 58 191
Hex 13 3A BF

RGB Percentages of Color #133abf

%7.09
%21.64
%71.27

CMYK Percentages of Color #133abf

%90
%70
%0
%25

Triadic Colors of #133abf

#133abf #bf133a #3abf13

Analogous Colors of #133abf

#133abf #4213bf #1390bf

Monochromatic Colors of #133abf

#133abf

Complementary Color

#133abf #bf9813

#133abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#133abf Color CSS Codes

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

#133abf Text Font Color

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

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


#133abf Background Color

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

This div background color is #133abf


#133abf Border Color

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

This div border color is #133abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133abf


Comments

No comments written yet.

Please login to write comment.