Color Hex Logo

#133946 Color Hex

#133946
(19,57,70)
0 Favorites   0 Comments

Color spaces of #133946

RGB 195770
HSL0.540.570.17
HSV195°73°27°
CMYK 0.730.190.00   0.73
XYZ2.83723.50696.3217
Yxy3.50690.22400.2769
Hunter Lab18.7267-5.7280-6.9062
CIE-Lab21.9693-8.5576-11.9797

#133946 color RGB value is (19,57,70).

#133946 hex color red value is 19, green value is 57 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #133946 hue: 0.54 , saturation: 0.57 and the lightness value of 133946 is 0.17.

The process color (four color CMYK) of #133946 color hex is 0.73, 0.19, 0.00, 0.73. Web safe color of #133946 is #003333. Color #133946 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00111001 01000110
Octal 23 71 106
Decimal 19 57 70
Hex 13 39 46

RGB Percentages of Color #133946

%13.01
%39.04
%47.95

CMYK Percentages of Color #133946

%73
%19
%0
%73

Triadic Colors of #133946

#133946 #461339 #394613

Analogous Colors of #133946

#133946 #132046 #13463a

Monochromatic Colors of #133946

#133946

Complementary Color

#133946 #462013

#133946 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133946 Color Preview on White Background

Lorem ipsum dolor sit amet.

#133946 Color CSS Codes

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

#133946 Text Font Color

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

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


#133946 Background Color

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

This div background color is #133946


#133946 Border Color

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

This div border color is #133946


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133946


Comments

No comments written yet.

Please login to write comment.