Color Hex Logo

#151363 Color Hex

#151363
(21,19,99)
0 Favorites   0 Comments

Color spaces of #151363

RGB 211999
HSL0.670.680.23
HSV242°81°39°
CMYK 0.790.810.00   0.61
XYZ2.79431.526011.9517
Yxy1.52600.17170.0938
Hunter Lab12.353118.7590-48.7161
CIE-Lab12.772430.2984-46.1529

#151363 color RGB value is (21,19,99).

#151363 hex color red value is 21, green value is 19 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #151363 hue: 0.67 , saturation: 0.68 and the lightness value of 151363 is 0.23.

The process color (four color CMYK) of #151363 color hex is 0.79, 0.81, 0.00, 0.61. Web safe color of #151363 is #000066. Color #151363 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00010011 01100011
Octal 25 23 143
Decimal 21 19 99
Hex 15 13 63

RGB Percentages of Color #151363

%15.11
%13.67
%71.22

CMYK Percentages of Color #151363

%79
%81
%0
%61

Triadic Colors of #151363

#151363 #631513 #136315

Analogous Colors of #151363

#151363 #3d1363 #133963

Monochromatic Colors of #151363

#151363

Complementary Color

#151363 #616313

#151363 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#151363 Color Preview on White Background

Lorem ipsum dolor sit amet.

#151363 Color CSS Codes

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

#151363 Text Font Color

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

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


#151363 Background Color

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

This div background color is #151363


#151363 Border Color

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

This div border color is #151363


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,19,99, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #151363; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #151363;
  -webkit-box-shadow: 1px 1px 3px 2px #151363;
  box-shadow:         1px 1px 3px 2px #151363; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #151363


Comments

No comments written yet.

Please login to write comment.