Color Hex Logo

#15388a Color Hex

#15388A
(21,56,138)
0 Favorites   0 Comments

Color spaces of #15388a

RGB 2156138
HSL0.620.740.31
HSV222°85°54°
CMYK 0.850.590.00   0.46
XYZ6.31094.822824.6430
Yxy4.82280.17640.1348
Hunter Lab21.960912.8640-51.1586
CIE-Lab26.223820.4677-49.0827

#15388a color RGB value is (21,56,138).

#15388a hex color red value is 21, green value is 56 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #15388a hue: 0.62 , saturation: 0.74 and the lightness value of 15388a is 0.31.

The process color (four color CMYK) of #15388a color hex is 0.85, 0.59, 0.00, 0.46. Web safe color of #15388a is #003399. Color #15388a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00111000 10001010
Octal 25 70 212
Decimal 21 56 138
Hex 15 38 8A

RGB Percentages of Color #15388a

%9.77
%26.05
%64.19

CMYK Percentages of Color #15388a

%85
%59
%0
%46

Triadic Colors of #15388a

#15388a #8a1538 #388a15

Analogous Colors of #15388a

#15388a #2d158a #15738a

Monochromatic Colors of #15388a

#15388a

Complementary Color

#15388a #8a6715

#15388a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15388a Color Preview on White Background

Lorem ipsum dolor sit amet.

#15388a Color CSS Codes

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

#15388a Text Font Color

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

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


#15388a Background Color

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

This div background color is #15388a


#15388a Border Color

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

This div border color is #15388a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15388a


Comments

No comments written yet.

Please login to write comment.