Color Hex Logo

#133276 Color Hex

#133276
(19,50,118)
0 Favorites   0 Comments

Color spaces of #133276

RGB 1950118
HSL0.610.720.27
HSV221°84°46°
CMYK 0.840.580.00   0.54
XYZ4.67923.727717.6124
Yxy3.72770.17980.1433
Hunter Lab19.30739.4726-40.5703
CIE-Lab22.750016.2257-42.1620

#133276 color RGB value is (19,50,118).

#133276 hex color red value is 19, green value is 50 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #133276 hue: 0.61 , saturation: 0.72 and the lightness value of 133276 is 0.27.

The process color (four color CMYK) of #133276 color hex is 0.84, 0.58, 0.00, 0.54. Web safe color of #133276 is #003366. Color #133276 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00110010 01110110
Octal 23 62 166
Decimal 19 50 118
Hex 13 32 76

RGB Percentages of Color #133276

%10.16
%26.74
%63.10

CMYK Percentages of Color #133276

%84
%58
%0
%54

Triadic Colors of #133276

#133276 #761332 #327613

Analogous Colors of #133276

#133276 #261376 #136476

Monochromatic Colors of #133276

#133276

Complementary Color

#133276 #765713

#133276 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133276 Color Preview on White Background

Lorem ipsum dolor sit amet.

#133276 Color CSS Codes

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

#133276 Text Font Color

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

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


#133276 Background Color

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

This div background color is #133276


#133276 Border Color

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

This div border color is #133276


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133276


Comments

No comments written yet.

Please login to write comment.