Color Hex Logo

#133afb Color Hex

#133AFB
(19,58,251)
0 Favorites   0 Comments

Color spaces of #133afb

RGB 1958251
HSL0.640.970.53
HSV230°92°98°
CMYK 0.920.770.00   0.02
XYZ19.194210.129692.2103
Yxy10.12960.15790.0833
Hunter Lab31.827051.9522-149.4980
CIE-Lab38.074060.2685-95.9901

#133afb color RGB value is (19,58,251).

#133afb hex color red value is 19, green value is 58 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #133afb hue: 0.64 , saturation: 0.97 and the lightness value of 133afb is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00111010 11111011
Octal 23 72 373
Decimal 19 58 251
Hex 13 3A FB

RGB Percentages of Color #133afb

%5.79
%17.68
%76.52

CMYK Percentages of Color #133afb

%92
%77
%0
%2

Triadic Colors of #133afb

#133afb #fb133a #3afb13

Analogous Colors of #133afb

#133afb #6013fb #13aefb

Monochromatic Colors of #133afb

#133afb

Complementary Color

#133afb #fbd413

#133afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#133afb Color CSS Codes

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

#133afb Text Font Color

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

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


#133afb Background Color

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

This div background color is #133afb


#133afb Border Color

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

This div border color is #133afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133afb

Related Colors


Comments

No comments written yet.

Please login to write comment.