Color Hex Logo

#133bed Color Hex

#133BED
(19,59,237)
0 Favorites   0 Comments

Color spaces of #133bed

RGB 1959237
HSL0.640.860.50
HSV229°92°93°
CMYK 0.920.750.00   0.07
XYZ17.11869.380881.0292
Yxy9.38080.15920.0872
Hunter Lab30.628146.1678-135.4170
CIE-Lab36.707455.1797-90.3665

#133bed color RGB value is (19,59,237).

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

The process color (four color CMYK) of #133bed color hex is 0.92, 0.75, 0.00, 0.07. Web safe color of #133bed is #0033ff. Color #133bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00111011 11101101
Octal 23 73 355
Decimal 19 59 237
Hex 13 3B ED

RGB Percentages of Color #133bed

%6.03
%18.73
%75.24

CMYK Percentages of Color #133bed

%92
%75
%0
%7

Triadic Colors of #133bed

#133bed #ed133b #3bed13

Analogous Colors of #133bed

#133bed #5813ed #13a8ed

Monochromatic Colors of #133bed

#133bed

Complementary Color

#133bed #edc513

#133bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#133bed Color CSS Codes

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

#133bed Text Font Color

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

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


#133bed Background Color

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

This div background color is #133bed


#133bed Border Color

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

This div border color is #133bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133bed


Comments

No comments written yet.

Please login to write comment.