Color Hex Logo

#15366d Color Hex

#15366D
(21,54,109)
0 Favorites   0 Comments

Color spaces of #15366d

RGB 2154109
HSL0.600.680.25
HSV218°81°43°
CMYK 0.810.500.00   0.57
XYZ4.38873.901914.9898
Yxy3.90190.18850.1676
Hunter Lab19.75325.0903-31.1651
CIE-Lab23.34449.7899-35.4350

#15366d color RGB value is (21,54,109).

#15366d hex color red value is 21, green value is 54 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #15366d hue: 0.60 , saturation: 0.68 and the lightness value of 15366d is 0.25.

The process color (four color CMYK) of #15366d color hex is 0.81, 0.50, 0.00, 0.57. Web safe color of #15366d is #003366. Color #15366d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00110110 01101101
Octal 25 66 155
Decimal 21 54 109
Hex 15 36 6D

RGB Percentages of Color #15366d

%11.41
%29.35
%59.24

CMYK Percentages of Color #15366d

%81
%50
%0
%57

Triadic Colors of #15366d

#15366d #6d1536 #366d15

Analogous Colors of #15366d

#15366d #20156d #15626d

Monochromatic Colors of #15366d

#15366d

Complementary Color

#15366d #6d4c15

#15366d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15366d Color Preview on White Background

Lorem ipsum dolor sit amet.

#15366d Color CSS Codes

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

#15366d Text Font Color

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

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


#15366d Background Color

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

This div background color is #15366d


#15366d Border Color

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

This div border color is #15366d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,54,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #15366d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #15366d;
  -webkit-box-shadow: 1px 1px 3px 2px #15366d;
  box-shadow:         1px 1px 3px 2px #15366d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15366d


Comments

No comments written yet.

Please login to write comment.