Color Hex Logo

#133864 Color Hex

#133864
(19,56,100)
0 Favorites   0 Comments

Color spaces of #133864

RGB 1956100
HSL0.590.680.23
HSV213°81°39°
CMYK 0.810.440.00   0.61
XYZ3.98303.886912.5969
Yxy3.88690.19460.1899
Hunter Lab19.71521.5601-24.0823
CIE-Lab23.29404.3005-29.7054

#133864 color RGB value is (19,56,100).

#133864 hex color red value is 19, green value is 56 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #133864 hue: 0.59 , saturation: 0.68 and the lightness value of 133864 is 0.23.

The process color (four color CMYK) of #133864 color hex is 0.81, 0.44, 0.00, 0.61. Web safe color of #133864 is #003366. Color #133864 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00111000 01100100
Octal 23 70 144
Decimal 19 56 100
Hex 13 38 64

RGB Percentages of Color #133864

%10.86
%32.00
%57.14

CMYK Percentages of Color #133864

%81
%44
%0
%61

Triadic Colors of #133864

#133864 #641338 #386413

Analogous Colors of #133864

#133864 #171364 #136164

Monochromatic Colors of #133864

#133864

Complementary Color

#133864 #643f13

#133864 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133864 Color Preview on White Background

Lorem ipsum dolor sit amet.

#133864 Color CSS Codes

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

#133864 Text Font Color

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

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


#133864 Background Color

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

This div background color is #133864


#133864 Border Color

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

This div border color is #133864


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,56,100, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #133864; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #133864;
  -webkit-box-shadow: 1px 1px 3px 2px #133864;
  box-shadow:         1px 1px 3px 2px #133864; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133864


Comments

No comments written yet.

Please login to write comment.