Color Hex Logo

#15196e Color Hex

#15196E
(21,25,110)
0 Favorites   0 Comments

Color spaces of #15196e

RGB 2125110
HSL0.660.680.26
HSV237°81°43°
CMYK 0.810.770.00   0.57
XYZ3.47141.980514.9512
Yxy1.98050.17010.0971
Hunter Lab14.073019.4029-53.1387
CIE-Lab15.384630.6136-49.0702

#15196e color RGB value is (21,25,110).

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

The process color (four color CMYK) of #15196e color hex is 0.81, 0.77, 0.00, 0.57. Web safe color of #15196e is #000066. Color #15196e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00011001 01101110
Octal 25 31 156
Decimal 21 25 110
Hex 15 19 6E

RGB Percentages of Color #15196e

%13.46
%16.03
%70.51

CMYK Percentages of Color #15196e

%81
%77
%0
%57

Triadic Colors of #15196e

#15196e #6e1519 #196e15

Analogous Colors of #15196e

#15196e #3d156e #15466e

Monochromatic Colors of #15196e

#15196e

Complementary Color

#15196e #6e6a15

#15196e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15196e Color Preview on White Background

Lorem ipsum dolor sit amet.

#15196e Color CSS Codes

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

#15196e Text Font Color

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

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


#15196e Background Color

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

This div background color is #15196e


#15196e Border Color

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

This div border color is #15196e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15196e


Comments

No comments written yet.

Please login to write comment.