Color Hex Logo

#15455c Color Hex

#15455C
(21,69,92)
0 Favorites   0 Comments

Color spaces of #15455c

RGB 216992
HSL0.550.630.22
HSV199°77°36°
CMYK 0.770.250.00   0.64
XYZ4.36915.188410.8964
Yxy5.18840.21360.2537
Hunter Lab22.7781-5.6232-12.4181
CIE-Lab27.2649-7.3761-18.2601

#15455c color RGB value is (21,69,92).

#15455c hex color red value is 21, green value is 69 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #15455c hue: 0.55 , saturation: 0.63 and the lightness value of 15455c is 0.22.

The process color (four color CMYK) of #15455c color hex is 0.77, 0.25, 0.00, 0.64. Web safe color of #15455c is #003366. Color #15455c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01000101 01011100
Octal 25 105 134
Decimal 21 69 92
Hex 15 45 5C

RGB Percentages of Color #15455c

%11.54
%37.91
%50.55

CMYK Percentages of Color #15455c

%77
%25
%0
%64

Triadic Colors of #15455c

#15455c #5c1545 #455c15

Analogous Colors of #15455c

#15455c #15225c #155c50

Monochromatic Colors of #15455c

#15455c

Complementary Color

#15455c #5c2c15

#15455c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15455c Color Preview on White Background

Lorem ipsum dolor sit amet.

#15455c Color CSS Codes

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

#15455c Text Font Color

<p style="color:#15455c">Text here</p>

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


#15455c Background Color

<div style="background-color:#15455c">
Div content here</div>

This div background color is #15455c


#15455c Border Color

<div style="border:3px solid #15455c">
Div here</div>

This div border color is #15455c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,69,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #15455c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #15455c;
  -webkit-box-shadow: 1px 1px 3px 2px #15455c;
  box-shadow:         1px 1px 3px 2px #15455c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15455c


Comments

No comments written yet.

Please login to write comment.