Color Hex Logo

#133670 Color Hex

#133670
(19,54,112)
0 Favorites   0 Comments

Color spaces of #133670

RGB 1954112
HSL0.600.710.26
HSV217°83°44°
CMYK 0.830.520.00   0.56
XYZ4.51243.946615.8532
Yxy3.94660.18560.1623
Hunter Lab19.86615.7791-33.4075
CIE-Lab23.494110.8145-37.1228

#133670 color RGB value is (19,54,112).

#133670 hex color red value is 19, green value is 54 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #133670 hue: 0.60 , saturation: 0.71 and the lightness value of 133670 is 0.26.

The process color (four color CMYK) of #133670 color hex is 0.83, 0.52, 0.00, 0.56. Web safe color of #133670 is #003366. Color #133670 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00110110 01110000
Octal 23 66 160
Decimal 19 54 112
Hex 13 36 70

RGB Percentages of Color #133670

%10.27
%29.19
%60.54

CMYK Percentages of Color #133670

%83
%52
%0
%56

Triadic Colors of #133670

#133670 #701336 #367013

Analogous Colors of #133670

#133670 #1f1370 #136570

Monochromatic Colors of #133670

#133670

Complementary Color

#133670 #704d13

#133670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#133670 Color CSS Codes

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

#133670 Text Font Color

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

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


#133670 Background Color

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

This div background color is #133670


#133670 Border Color

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

This div border color is #133670


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133670


Comments

No comments written yet.

Please login to write comment.