Color Hex Logo

#15384e Color Hex

#15384E
(21,56,78)
1 Favorites   1 Comments

Color spaces of #15384e

RGB 215678
HSL0.560.580.19
HSV203°73°31°
CMYK 0.730.280.00   0.69
XYZ3.09863.53787.7273
Yxy3.53780.21570.2463
Hunter Lab18.8090-3.5097-11.1917
CIE-Lab22.0805-4.4127-17.1482

#15384e color RGB value is (21,56,78).

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

The process color (four color CMYK) of #15384e color hex is 0.73, 0.28, 0.00, 0.69. Web safe color of #15384e is #003366. Color #15384e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00111000 01001110
Octal 25 70 116
Decimal 21 56 78
Hex 15 38 4E

RGB Percentages of Color #15384e

%13.55
%36.13
%50.32

CMYK Percentages of Color #15384e

%73
%28
%0
%69

Triadic Colors of #15384e

#15384e #4e1538 #384e15

Analogous Colors of #15384e

#15384e #151c4e #154e48

Monochromatic Colors of #15384e

#15384e

Complementary Color

#15384e #4e2b15

#15384e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15384e Color Preview on White Background

Lorem ipsum dolor sit amet.

#15384e Color CSS Codes

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

#15384e Text Font Color

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

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


#15384e Background Color

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

This div background color is #15384e


#15384e Border Color

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

This div border color is #15384e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,56,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #15384e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #15384e;
  -webkit-box-shadow: 1px 1px 3px 2px #15384e;
  box-shadow:         1px 1px 3px 2px #15384e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15384e


Comments

16 Jul 2016, 0:07 dunstontc

Dunder Mifflin Blue

Please login to write comment.