Color Hex Logo

#15426e Color Hex

#15426E
(21,66,110)
0 Favorites   0 Comments

Color spaces of #15426e

RGB 2166110
HSL0.580.680.26
HSV210°81°43°
CMYK 0.810.400.00   0.57
XYZ5.07195.181615.4847
Yxy5.18160.19710.2013
Hunter Lab22.7631-0.0635-24.3980
CIE-Lab27.24601.8358-29.8324

#15426e color RGB value is (21,66,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 01000010 01101110
Octal 25 102 156
Decimal 21 66 110
Hex 15 42 6E

RGB Percentages of Color #15426e

%10.66
%33.50
%55.84

CMYK Percentages of Color #15426e

%81
%40
%0
%57

Triadic Colors of #15426e

#15426e #6e1542 #426e15

Analogous Colors of #15426e

#15426e #15166e #156e6e

Monochromatic Colors of #15426e

#15426e

Complementary Color

#15426e #6e4115

#15426e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15426e Color Preview on White Background

Lorem ipsum dolor sit amet.

#15426e Color CSS Codes

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

#15426e Text Font Color

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

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


#15426e Background Color

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

This div background color is #15426e


#15426e Border Color

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

This div border color is #15426e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,66,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 #15426e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15426e


Comments

No comments written yet.

Please login to write comment.