Color Hex Logo

#133769 Color Hex

#133769
(19,55,105)
1 Favorites   1 Comments

Color spaces of #133769

RGB 1955105
HSL0.600.690.24
HSV215°82°41°
CMYK 0.820.480.00   0.59
XYZ4.18453.890713.8950
Yxy3.89070.19050.1771
Hunter Lab19.72493.3491-27.9589
CIE-Lab23.30687.1259-32.9220

#133769 color RGB value is (19,55,105).

#133769 hex color red value is 19, green value is 55 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #133769 hue: 0.60 , saturation: 0.69 and the lightness value of 133769 is 0.24.

The process color (four color CMYK) of #133769 color hex is 0.82, 0.48, 0.00, 0.59. Web safe color of #133769 is #003366. Color #133769 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00110111 01101001
Octal 23 67 151
Decimal 19 55 105
Hex 13 37 69

RGB Percentages of Color #133769

%10.61
%30.73
%58.66

CMYK Percentages of Color #133769

%82
%48
%0
%59

Triadic Colors of #133769

#133769 #691337 #376913

Analogous Colors of #133769

#133769 #1a1369 #136269

Monochromatic Colors of #133769

#133769

Complementary Color

#133769 #694513

#133769 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133769 Color Preview on White Background

Lorem ipsum dolor sit amet.

#133769 Color CSS Codes

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

#133769 Text Font Color

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

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


#133769 Background Color

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

This div background color is #133769


#133769 Border Color

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

This div border color is #133769


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133769

#133769 Color Palettes


Comments

11 Dec 2021, 23:02 BenSav

leet nice

Please login to write comment.