Color Hex Logo

#133ecf Color Hex

#133ECF
(19,62,207)
0 Favorites   0 Comments

Color spaces of #133ecf

RGB 1962207
HSL0.630.830.44
HSV226°91°81°
CMYK 0.910.700.00   0.19
XYZ13.25378.088759.8942
Yxy8.08870.16310.0996
Hunter Lab28.440633.4122-104.9526
CIE-Lab34.166943.0435-77.3773

#133ecf color RGB value is (19,62,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00111110 11001111
Octal 23 76 317
Decimal 19 62 207
Hex 13 3E CF

RGB Percentages of Color #133ecf

%6.60
%21.53
%71.88

CMYK Percentages of Color #133ecf

%91
%70
%0
%19

Triadic Colors of #133ecf

#133ecf #cf133e #3ecf13

Analogous Colors of #133ecf

#133ecf #4613cf #139ccf

Monochromatic Colors of #133ecf

#133ecf

Complementary Color

#133ecf #cfa413

#133ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#133ecf Color CSS Codes

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

#133ecf Text Font Color

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

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


#133ecf Background Color

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

This div background color is #133ecf


#133ecf Border Color

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

This div border color is #133ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133ecf


Comments

No comments written yet.

Please login to write comment.