Color Hex Logo

#15192c Color Hex

#15192C
(21,25,44)
0 Favorites   0 Comments

Color spaces of #15192c

RGB 212544
HSL0.640.350.13
HSV230°52°17°
CMYK 0.520.430.00   0.83
XYZ1.11151.03652.5244
Yxy1.03650.23790.2218
Hunter Lab10.18091.6713-7.5747
CIE-Lab9.29194.4740-13.4223

#15192c color RGB value is (21,25,44).

#15192c hex color red value is 21, green value is 25 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #15192c hue: 0.64 , saturation: 0.35 and the lightness value of 15192c is 0.13.

The process color (four color CMYK) of #15192c color hex is 0.52, 0.43, 0.00, 0.83. Web safe color of #15192c is #000033. Color #15192c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00011001 00101100
Octal 25 31 54
Decimal 21 25 44
Hex 15 19 2C

RGB Percentages of Color #15192c

%23.33
%27.78
%48.89

CMYK Percentages of Color #15192c

%52
%43
%0
%83

Triadic Colors of #15192c

#15192c #2c1519 #192c15

Analogous Colors of #15192c

#15192c #1d152c #15252c

Monochromatic Colors of #15192c

#15192c

Complementary Color

#15192c #2c2815

#15192c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15192c Color Preview on White Background

Lorem ipsum dolor sit amet.

#15192c Color CSS Codes

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

#15192c Text Font Color

<p style="color:#15192c">Text here</p>

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


#15192c Background Color

<div style="background-color:#15192c">
Div content here</div>

This div background color is #15192c


#15192c Border Color

<div style="border:3px solid #15192c">
Div here</div>

This div border color is #15192c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15192c


Comments

No comments written yet.

Please login to write comment.