Color Hex Logo

#15468e Color Hex

#15468E
(21,70,142)
0 Favorites   0 Comments

Color spaces of #15468e

RGB 2170142
HSL0.600.740.32
HSV216°85°56°
CMYK 0.850.510.00   0.44
XYZ7.38196.492726.4553
Yxy6.49270.18300.1610
Hunter Lab25.48087.1209-43.7210
CIE-Lab30.623012.3664-44.4155

#15468e color RGB value is (21,70,142).

#15468e hex color red value is 21, green value is 70 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #15468e hue: 0.60 , saturation: 0.74 and the lightness value of 15468e is 0.32.

The process color (four color CMYK) of #15468e color hex is 0.85, 0.51, 0.00, 0.44. Web safe color of #15468e is #003399. Color #15468e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01000110 10001110
Octal 25 106 216
Decimal 21 70 142
Hex 15 46 8E

RGB Percentages of Color #15468e

%9.01
%30.04
%60.94

CMYK Percentages of Color #15468e

%85
%51
%0
%44

Triadic Colors of #15468e

#15468e #8e1546 #468e15

Analogous Colors of #15468e

#15468e #21158e #15838e

Monochromatic Colors of #15468e

#15468e

Complementary Color

#15468e #8e5d15

#15468e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15468e Color Preview on White Background

Lorem ipsum dolor sit amet.

#15468e Color CSS Codes

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

#15468e Text Font Color

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

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


#15468e Background Color

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

This div background color is #15468e


#15468e Border Color

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

This div border color is #15468e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15468e


Comments

No comments written yet.

Please login to write comment.