Color Hex Logo

#15313a Color Hex

#15313A
(21,49,58)
0 Favorites   0 Comments

Color spaces of #15313a

RGB 214958
HSL0.540.470.15
HSV195°64°23°
CMYK 0.640.160.00   0.77
XYZ2.17132.66154.4023
Yxy2.66150.23510.2882
Hunter Lab16.3141-4.7925-4.5793
CIE-Lab18.6338-7.4115-8.9306

#15313a color RGB value is (21,49,58).

#15313a hex color red value is 21, green value is 49 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #15313a hue: 0.54 , saturation: 0.47 and the lightness value of 15313a is 0.15.

The process color (four color CMYK) of #15313a color hex is 0.64, 0.16, 0.00, 0.77. Web safe color of #15313a is #003333. Color #15313a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00110001 00111010
Octal 25 61 72
Decimal 21 49 58
Hex 15 31 3A

RGB Percentages of Color #15313a

%16.41
%38.28
%45.31

CMYK Percentages of Color #15313a

%64
%16
%0
%77

Triadic Colors of #15313a

#15313a #3a1531 #313a15

Analogous Colors of #15313a

#15313a #151f3a #153a31

Monochromatic Colors of #15313a

#15313a

Complementary Color

#15313a #3a1e15

#15313a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15313a Color Preview on White Background

Lorem ipsum dolor sit amet.

#15313a Color CSS Codes

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

#15313a Text Font Color

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

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


#15313a Background Color

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

This div background color is #15313a


#15313a Border Color

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

This div border color is #15313a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,49,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #15313a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #15313a;
  -webkit-box-shadow: 1px 1px 3px 2px #15313a;
  box-shadow:         1px 1px 3px 2px #15313a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,49,58, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15313a


Comments

No comments written yet.

Please login to write comment.