Color Hex Logo

#15098e Color Hex

#15098E
(21,9,142)
0 Favorites   0 Comments

Color spaces of #15098e

RGB 219142
HSL0.680.880.30
HSV245°94°56°
CMYK 0.850.940.00   0.44
XYZ5.28942.307825.7579
Yxy2.30780.15860.0692
Hunter Lab15.191435.5656-89.8953
CIE-Lab17.026148.5403-66.7519

#15098e color RGB value is (21,9,142).

#15098e hex color red value is 21, green value is 9 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #15098e hue: 0.68 , saturation: 0.88 and the lightness value of 15098e is 0.30.

The process color (four color CMYK) of #15098e color hex is 0.85, 0.94, 0.00, 0.44. Web safe color of #15098e is #000099. Color #15098e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00001001 10001110
Octal 25 11 216
Decimal 21 9 142
Hex 15 9 8E

RGB Percentages of Color #15098e

%12.21
%5.23
%82.56

CMYK Percentages of Color #15098e

%85
%94
%0
%44

Triadic Colors of #15098e

#15098e #8e1509 #098e15

Analogous Colors of #15098e

#15098e #58098e #093f8e

Monochromatic Colors of #15098e

#15098e

Complementary Color

#15098e #828e09

#15098e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15098e Color Preview on White Background

Lorem ipsum dolor sit amet.

#15098e Color CSS Codes

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

#15098e Text Font Color

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

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


#15098e Background Color

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

This div background color is #15098e


#15098e Border Color

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

This div border color is #15098e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15098e


Comments

No comments written yet.

Please login to write comment.