Color Hex Logo

#133abb Color Hex

#133ABB
(19,58,187)
0 Favorites   0 Comments

Color spaces of #133abb

RGB 1958187
HSL0.630.820.40
HSV226°90°73°
CMYK 0.900.690.00   0.27
XYZ10.75136.752447.7504
Yxy6.75240.16480.1035
Hunter Lab25.985428.3789-90.7608
CIE-Lab31.236538.2064-70.5084

#133abb color RGB value is (19,58,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00111010 10111011
Octal 23 72 273
Decimal 19 58 187
Hex 13 3A BB

RGB Percentages of Color #133abb

%7.20
%21.97
%70.83

CMYK Percentages of Color #133abb

%90
%69
%0
%27

Triadic Colors of #133abb

#133abb #bb133a #3abb13

Analogous Colors of #133abb

#133abb #4013bb #138ebb

Monochromatic Colors of #133abb

#133abb

Complementary Color

#133abb #bb9413

#133abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#133abb Color CSS Codes

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

#133abb Text Font Color

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

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


#133abb Background Color

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

This div background color is #133abb


#133abb Border Color

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

This div border color is #133abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133abb


Comments

No comments written yet.

Please login to write comment.