Color Hex Logo

#133cbf Color Hex

#133CBF
(19,60,191)
0 Favorites   0 Comments

Color spaces of #133cbf

RGB 1960191
HSL0.630.820.41
HSV226°90°75°
CMYK 0.900.690.00   0.25
XYZ11.28847.131850.0718
Yxy7.13180.16480.1041
Hunter Lab26.705428.7175-92.4730
CIE-Lab32.105138.4237-71.4343

#133cbf color RGB value is (19,60,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00111100 10111111
Octal 23 74 277
Decimal 19 60 191
Hex 13 3C BF

RGB Percentages of Color #133cbf

%7.04
%22.22
%70.74

CMYK Percentages of Color #133cbf

%90
%69
%0
%25

Triadic Colors of #133cbf

#133cbf #bf133c #3cbf13

Analogous Colors of #133cbf

#133cbf #4013bf #1392bf

Monochromatic Colors of #133cbf

#133cbf

Complementary Color

#133cbf #bf9613

#133cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#133cbf Color CSS Codes

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

#133cbf Text Font Color

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

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


#133cbf Background Color

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

This div background color is #133cbf


#133cbf Border Color

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

This div border color is #133cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133cbf


Comments

No comments written yet.

Please login to write comment.