Color Hex Logo

#133bcc Color Hex

#133BCC
(19,59,204)
0 Favorites   0 Comments

Color spaces of #133bcc

RGB 1959204
HSL0.630.830.44
HSV227°91°80°
CMYK 0.910.710.00   0.20
XYZ12.73167.626057.9277
Yxy7.62600.16260.0974
Hunter Lab27.615233.9683-105.0404
CIE-Lab33.191543.7976-77.2456

#133bcc color RGB value is (19,59,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00111011 11001100
Octal 23 73 314
Decimal 19 59 204
Hex 13 3B CC

RGB Percentages of Color #133bcc

%6.74
%20.92
%72.34

CMYK Percentages of Color #133bcc

%91
%71
%0
%20

Triadic Colors of #133bcc

#133bcc #cc133b #3bcc13

Analogous Colors of #133bcc

#133bcc #4813cc #1398cc

Monochromatic Colors of #133bcc

#133bcc

Complementary Color

#133bcc #cca413

#133bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#133bcc Color CSS Codes

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

#133bcc Text Font Color

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

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


#133bcc Background Color

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

This div background color is #133bcc


#133bcc Border Color

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

This div border color is #133bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133bcc


Comments

No comments written yet.

Please login to write comment.