Color Hex Logo

#131268 Color Hex

#131268
(19,18,104)
0 Favorites   0 Comments

Color spaces of #131268

RGB 1918104
HSL0.670.700.24
HSV241°83°41°
CMYK 0.820.830.00   0.59
XYZ2.98361.570513.2426
Yxy1.57050.16760.0882
Hunter Lab12.532020.5662-53.8797
CIE-Lab13.049432.5133-49.0059

#131268 color RGB value is (19,18,104).

#131268 hex color red value is 19, green value is 18 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #131268 hue: 0.67 , saturation: 0.70 and the lightness value of 131268 is 0.24.

The process color (four color CMYK) of #131268 color hex is 0.82, 0.83, 0.00, 0.59. Web safe color of #131268 is #000066. Color #131268 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00010010 01101000
Octal 23 22 150
Decimal 19 18 104
Hex 13 12 68

RGB Percentages of Color #131268

%13.48
%12.77
%73.76

CMYK Percentages of Color #131268

%82
%83
%0
%59

Triadic Colors of #131268

#131268 #681312 #126813

Analogous Colors of #131268

#131268 #3e1268 #123c68

Monochromatic Colors of #131268

#131268

Complementary Color

#131268 #676812

#131268 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#131268 Color Preview on White Background

Lorem ipsum dolor sit amet.

#131268 Color CSS Codes

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

#131268 Text Font Color

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

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


#131268 Background Color

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

This div background color is #131268


#131268 Border Color

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

This div border color is #131268


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #131268


Comments

No comments written yet.

Please login to write comment.