Color Hex Logo

#133fbb Color Hex

#133FBB
(19,63,187)
0 Favorites   0 Comments

Color spaces of #133fbb

RGB 1963187
HSL0.620.820.40
HSV224°90°73°
CMYK 0.900.660.00   0.27
XYZ11.01577.281347.8386
Yxy7.28130.16660.1101
Hunter Lab26.983925.6477-86.2240
CIE-Lab32.438934.9897-68.5287

#133fbb color RGB value is (19,63,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00111111 10111011
Octal 23 77 273
Decimal 19 63 187
Hex 13 3F BB

RGB Percentages of Color #133fbb

%7.06
%23.42
%69.52

CMYK Percentages of Color #133fbb

%90
%66
%0
%27

Triadic Colors of #133fbb

#133fbb #bb133f #3fbb13

Analogous Colors of #133fbb

#133fbb #3b13bb #1393bb

Monochromatic Colors of #133fbb

#133fbb

Complementary Color

#133fbb #bb8f13

#133fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#133fbb Color CSS Codes

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

#133fbb Text Font Color

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

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


#133fbb Background Color

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

This div background color is #133fbb


#133fbb Border Color

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

This div border color is #133fbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,63,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 #133fbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133fbb


Comments

No comments written yet.

Please login to write comment.