Color Hex Logo

#131898 Color Hex

#131898
(19,24,152)
0 Favorites   0 Comments

Color spaces of #131898

RGB 1924152
HSL0.660.780.34
HSV238°88°60°
CMYK 0.880.840.00   0.40
XYZ6.26273.058729.9661
Yxy3.05870.15940.0779
Hunter Lab17.489133.3132-89.3458
CIE-Lab20.277545.5819-67.5455

#131898 color RGB value is (19,24,152).

#131898 hex color red value is 19, green value is 24 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #131898 hue: 0.66 , saturation: 0.78 and the lightness value of 131898 is 0.34.

The process color (four color CMYK) of #131898 color hex is 0.88, 0.84, 0.00, 0.40. Web safe color of #131898 is #000099. Color #131898 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00011000 10011000
Octal 23 30 230
Decimal 19 24 152
Hex 13 18 98

RGB Percentages of Color #131898

%9.74
%12.31
%77.95

CMYK Percentages of Color #131898

%88
%84
%0
%40

Triadic Colors of #131898

#131898 #981318 #189813

Analogous Colors of #131898

#131898 #501398 #135b98

Monochromatic Colors of #131898

#131898

Complementary Color

#131898 #989313

#131898 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#131898 Color Preview on White Background

Lorem ipsum dolor sit amet.

#131898 Color CSS Codes

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

#131898 Text Font Color

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

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


#131898 Background Color

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

This div background color is #131898


#131898 Border Color

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

This div border color is #131898


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #131898


Comments

No comments written yet.

Please login to write comment.