Color Hex Logo

#15314a Color Hex

#15314A
(21,49,74)
0 Favorites   0 Comments

Color spaces of #15314a

RGB 214974
HSL0.580.560.19
HSV208°72°29°
CMYK 0.720.340.00   0.71
XYZ2.64362.85056.8894
Yxy2.85050.21350.2302
Hunter Lab16.8834-1.5965-12.3753
CIE-Lab19.4349-1.2450-18.6014

#15314a color RGB value is (21,49,74).

#15314a hex color red value is 21, green value is 49 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #15314a hue: 0.58 , saturation: 0.56 and the lightness value of 15314a is 0.19.

The process color (four color CMYK) of #15314a color hex is 0.72, 0.34, 0.00, 0.71. Web safe color of #15314a is #003333. Color #15314a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00110001 01001010
Octal 25 61 112
Decimal 21 49 74
Hex 15 31 4A

RGB Percentages of Color #15314a

%14.58
%34.03
%51.39

CMYK Percentages of Color #15314a

%72
%34
%0
%71

Triadic Colors of #15314a

#15314a #4a1531 #314a15

Analogous Colors of #15314a

#15314a #15174a #154a49

Monochromatic Colors of #15314a

#15314a

Complementary Color

#15314a #4a2e15

#15314a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15314a Color Preview on White Background

Lorem ipsum dolor sit amet.

#15314a Color CSS Codes

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

#15314a Text Font Color

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

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


#15314a Background Color

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

This div background color is #15314a


#15314a Border Color

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

This div border color is #15314a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15314a


Comments

No comments written yet.

Please login to write comment.