Color Hex Logo

#15456e Color Hex

#15456E
(21,69,110)
1 Favorites   0 Comments

Color spaces of #15456e

RGB 2169110
HSL0.580.680.26
HSV208°81°43°
CMYK 0.810.370.00   0.57
XYZ5.25195.541515.5447
Yxy5.54150.19940.2104
Hunter Lab23.5404-1.3720-22.6734
CIE-Lab28.2249-0.1827-28.2793

#15456e color RGB value is (21,69,110).

#15456e hex color red value is 21, green value is 69 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #15456e hue: 0.58 , saturation: 0.68 and the lightness value of 15456e is 0.26.

The process color (four color CMYK) of #15456e color hex is 0.81, 0.37, 0.00, 0.57. Web safe color of #15456e is #003366. Color #15456e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01000101 01101110
Octal 25 105 156
Decimal 21 69 110
Hex 15 45 6E

RGB Percentages of Color #15456e

%10.50
%34.50
%55.00

CMYK Percentages of Color #15456e

%81
%37
%0
%57

Triadic Colors of #15456e

#15456e #6e1545 #456e15

Analogous Colors of #15456e

#15456e #15196e #156e6b

Monochromatic Colors of #15456e

#15456e

Complementary Color

#15456e #6e3e15

#15456e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15456e Color Preview on White Background

Lorem ipsum dolor sit amet.

#15456e Color CSS Codes

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

#15456e Text Font Color

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

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


#15456e Background Color

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

This div background color is #15456e


#15456e Border Color

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

This div border color is #15456e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15456e


Comments

No comments written yet.

Please login to write comment.