Color Hex Logo

#15124b Color Hex

#15124B
(21,18,75)
0 Favorites   0 Comments

Color spaces of #15124b

RGB 211875
HSL0.680.610.18
HSV243°76°29°
CMYK 0.720.760.00   0.71
XYZ1.79561.10006.7743
Yxy1.10000.18570.1138
Hunter Lab10.488112.2057-30.9540
CIE-Lab9.798221.9671-34.7702

#15124b color RGB value is (21,18,75).

#15124b hex color red value is 21, green value is 18 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #15124b hue: 0.68 , saturation: 0.61 and the lightness value of 15124b is 0.18.

The process color (four color CMYK) of #15124b color hex is 0.72, 0.76, 0.00, 0.71. Web safe color of #15124b is #000033. Color #15124b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00010010 01001011
Octal 25 22 113
Decimal 21 18 75
Hex 15 12 4B

RGB Percentages of Color #15124b

%18.42
%15.79
%65.79

CMYK Percentages of Color #15124b

%72
%76
%0
%71

Triadic Colors of #15124b

#15124b #4b1512 #124b15

Analogous Colors of #15124b

#15124b #32124b #122c4b

Monochromatic Colors of #15124b

#15124b

Complementary Color

#15124b #484b12

#15124b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15124b Color Preview on White Background

Lorem ipsum dolor sit amet.

#15124b Color CSS Codes

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

#15124b Text Font Color

<p style="color:#15124b">Text here</p>

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


#15124b Background Color

<div style="background-color:#15124b">
Div content here</div>

This div background color is #15124b


#15124b Border Color

<div style="border:3px solid #15124b">
Div here</div>

This div border color is #15124b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,18,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #15124b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #15124b;
  -webkit-box-shadow: 1px 1px 3px 2px #15124b;
  box-shadow:         1px 1px 3px 2px #15124b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15124b


Comments

No comments written yet.

Please login to write comment.