Color Hex Logo

#15063e Color Hex

#15063E
(21,6,62)
0 Favorites   0 Comments

Color spaces of #15063e

RGB 21662
HSL0.710.820.13
HSV256°90°24°
CMYK 0.660.900.00   0.76
XYZ1.24390.63754.6149
Yxy0.63750.19150.0981
Hunter Lab7.984413.8363-28.6801
CIE-Lab5.758524.0425-32.2171

#15063e color RGB value is (21,6,62).

#15063e hex color red value is 21, green value is 6 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #15063e hue: 0.71 , saturation: 0.82 and the lightness value of 15063e is 0.13.

The process color (four color CMYK) of #15063e color hex is 0.66, 0.90, 0.00, 0.76. Web safe color of #15063e is #000033. Color #15063e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00000110 00111110
Octal 25 6 76
Decimal 21 6 62
Hex 15 6 3E

RGB Percentages of Color #15063e

%23.60
%6.74
%69.66

CMYK Percentages of Color #15063e

%66
%90
%0
%76

Triadic Colors of #15063e

#15063e #3e1506 #063e15

Analogous Colors of #15063e

#15063e #31063e #06133e

Monochromatic Colors of #15063e

#15063e

Complementary Color

#15063e #2f3e06

#15063e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15063e Color Preview on White Background

Lorem ipsum dolor sit amet.

#15063e Color CSS Codes

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

#15063e Text Font Color

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

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


#15063e Background Color

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

This div background color is #15063e


#15063e Border Color

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

This div border color is #15063e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15063e


Comments

No comments written yet.

Please login to write comment.