Color Hex Logo

#151199 Color Hex

#151199
(21,17,153)
0 Favorites   0 Comments

Color spaces of #151199

RGB 2117153
HSL0.670.800.33
HSV242°89°60°
CMYK 0.860.890.00   0.40
XYZ6.25952.860230.3592
Yxy2.86020.15860.0724
Hunter Lab16.912136.4700-94.5938
CIE-Lab19.475149.0060-69.4953

#151199 color RGB value is (21,17,153).

#151199 hex color red value is 21, green value is 17 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #151199 hue: 0.67 , saturation: 0.80 and the lightness value of 151199 is 0.33.

The process color (four color CMYK) of #151199 color hex is 0.86, 0.89, 0.00, 0.40. Web safe color of #151199 is #000099. Color #151199 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00010001 10011001
Octal 25 21 231
Decimal 21 17 153
Hex 15 11 99

RGB Percentages of Color #151199

%10.99
%8.90
%80.10

CMYK Percentages of Color #151199

%86
%89
%0
%40

Triadic Colors of #151199

#151199 #991511 #119915

Analogous Colors of #151199

#151199 #591199 #115199

Monochromatic Colors of #151199

#151199

Complementary Color

#151199 #959911

#151199 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#151199 Color Preview on White Background

Lorem ipsum dolor sit amet.

#151199 Color CSS Codes

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

#151199 Text Font Color

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

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


#151199 Background Color

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

This div background color is #151199


#151199 Border Color

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

This div border color is #151199


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #151199


Comments

No comments written yet.

Please login to write comment.