Color Hex Logo

#15126b Color Hex

#15126B
(21,18,107)
0 Favorites   0 Comments

Color spaces of #15126b

RGB 2118107
HSL0.670.710.25
HSV242°83°42°
CMYK 0.800.830.00   0.58
XYZ3.17941.653614.0615
Yxy1.65360.16830.0875
Hunter Lab12.859221.6298-55.8318
CIE-Lab13.553033.7201-50.1394

#15126b color RGB value is (21,18,107).

#15126b hex color red value is 21, green value is 18 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #15126b hue: 0.67 , saturation: 0.71 and the lightness value of 15126b is 0.25.

The process color (four color CMYK) of #15126b color hex is 0.80, 0.83, 0.00, 0.58. Web safe color of #15126b is #000066. Color #15126b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00010010 01101011
Octal 25 22 153
Decimal 21 18 107
Hex 15 12 6B

RGB Percentages of Color #15126b

%14.38
%12.33
%73.29

CMYK Percentages of Color #15126b

%80
%83
%0
%58

Triadic Colors of #15126b

#15126b #6b1512 #126b15

Analogous Colors of #15126b

#15126b #42126b #123c6b

Monochromatic Colors of #15126b

#15126b

Complementary Color

#15126b #686b12

#15126b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15126b Color Preview on White Background

Lorem ipsum dolor sit amet.

#15126b Color CSS Codes

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

#15126b Text Font Color

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

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


#15126b Background Color

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

This div background color is #15126b


#15126b Border Color

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

This div border color is #15126b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15126b


Comments

No comments written yet.

Please login to write comment.