Color Hex Logo

#133fcc Color Hex

#133FCC
(19,63,204)
0 Favorites   0 Comments

Color spaces of #133fcc

RGB 1963204
HSL0.630.830.44
HSV226°91°80°
CMYK 0.910.690.00   0.20
XYZ12.94518.053157.9989
Yxy8.05310.16390.1019
Hunter Lab28.378031.7643-101.3123
CIE-Lab34.093241.3331-75.7573

#133fcc color RGB value is (19,63,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00111111 11001100
Octal 23 77 314
Decimal 19 63 204
Hex 13 3F CC

RGB Percentages of Color #133fcc

%6.64
%22.03
%71.33

CMYK Percentages of Color #133fcc

%91
%69
%0
%20

Triadic Colors of #133fcc

#133fcc #cc133f #3fcc13

Analogous Colors of #133fcc

#133fcc #4413cc #139ccc

Monochromatic Colors of #133fcc

#133fcc

Complementary Color

#133fcc #cca013

#133fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#133fcc Color CSS Codes

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

#133fcc Text Font Color

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

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


#133fcc Background Color

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

This div background color is #133fcc


#133fcc Border Color

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

This div border color is #133fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133fcc


Comments

No comments written yet.

Please login to write comment.