Color Hex Logo

#15377a Color Hex

#15377A
(21,55,122)
0 Favorites   0 Comments

Color spaces of #15377a

RGB 2155122
HSL0.610.710.28
HSV220°83°48°
CMYK 0.830.550.00   0.52
XYZ5.18834.296918.9683
Yxy4.29690.18230.1510
Hunter Lab20.72908.4015-39.7438
CIE-Lab24.629614.5423-41.6488

#15377a color RGB value is (21,55,122).

#15377a hex color red value is 21, green value is 55 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #15377a hue: 0.61 , saturation: 0.71 and the lightness value of 15377a is 0.28.

The process color (four color CMYK) of #15377a color hex is 0.83, 0.55, 0.00, 0.52. Web safe color of #15377a is #003366. Color #15377a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00110111 01111010
Octal 25 67 172
Decimal 21 55 122
Hex 15 37 7A

RGB Percentages of Color #15377a

%10.61
%27.78
%61.62

CMYK Percentages of Color #15377a

%83
%55
%0
%52

Triadic Colors of #15377a

#15377a #7a1537 #377a15

Analogous Colors of #15377a

#15377a #26157a #156a7a

Monochromatic Colors of #15377a

#15377a

Complementary Color

#15377a #7a5815

#15377a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15377a Color Preview on White Background

Lorem ipsum dolor sit amet.

#15377a Color CSS Codes

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

#15377a Text Font Color

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

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


#15377a Background Color

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

This div background color is #15377a


#15377a Border Color

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

This div border color is #15377a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15377a


Comments

No comments written yet.

Please login to write comment.