Color Hex Logo

#133bfe Color Hex

#133BFE
(19,59,254)
0 Favorites   0 Comments

Color spaces of #133bfe

RGB 1959254
HSL0.640.990.54
HSV230°93°100°
CMYK 0.930.770.00   0.00
XYZ19.721910.422194.7381
Yxy10.42210.15790.0835
Hunter Lab32.283352.5502-151.3934
CIE-Lab38.589660.7104-96.8147

#133bfe color RGB value is (19,59,254).

#133bfe hex color red value is 19, green value is 59 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #133bfe hue: 0.64 , saturation: 0.99 and the lightness value of 133bfe is 0.54.

The process color (four color CMYK) of #133bfe color hex is 0.93, 0.77, 0.00, 0.00. Web safe color of #133bfe is #0033ff. Color #133bfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00111011 11111110
Octal 23 73 376
Decimal 19 59 254
Hex 13 3B FE

RGB Percentages of Color #133bfe

%5.72
%17.77
%76.51

CMYK Percentages of Color #133bfe

%93
%77
%0
%0

Triadic Colors of #133bfe

#133bfe #fe133b #3bfe13

Analogous Colors of #133bfe

#133bfe #6113fe #13b1fe

Monochromatic Colors of #133bfe

#133bfe

Complementary Color

#133bfe #fed613

#133bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#133bfe Color CSS Codes

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

#133bfe Text Font Color

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

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


#133bfe Background Color

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

This div background color is #133bfe


#133bfe Border Color

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

This div border color is #133bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133bfe


Comments

No comments written yet.

Please login to write comment.