Color Hex Logo

#15009c Color Hex

#15009C
(21,0,156)
0 Favorites   0 Comments

Color spaces of #15009c

RGB 210156
HSL0.691.000.31
HSV248°100°61°
CMYK 0.871.000.00   0.39
XYZ6.31002.559731.6140
Yxy2.55970.15590.0632
Hunter Lab15.999142.4017-105.9571
CIE-Lab18.186555.1019-73.4929

#15009c color RGB value is (21,0,156).

#15009c hex color red value is 21, green value is 0 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #15009c hue: 0.69 , saturation: 1.00 and the lightness value of 15009c is 0.31.

The process color (four color CMYK) of #15009c color hex is 0.87, 1.00, 0.00, 0.39. Web safe color of #15009c is #000099. Color #15009c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00000000 10011100
Octal 25 0 234
Decimal 21 0 156
Hex 15 0 9C

RGB Percentages of Color #15009c

%11.86
%0.00
%88.14

CMYK Percentages of Color #15009c

%87
%100
%0
%39

Triadic Colors of #15009c

#15009c #9c1500 #009c15

Analogous Colors of #15009c

#15009c #63009c #00399c

Monochromatic Colors of #15009c

#15009c

Complementary Color

#15009c #879c00

#15009c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15009c Color Preview on White Background

Lorem ipsum dolor sit amet.

#15009c Color CSS Codes

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

#15009c Text Font Color

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

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


#15009c Background Color

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

This div background color is #15009c


#15009c Border Color

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

This div border color is #15009c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,0,156, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #15009c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #15009c;
  -webkit-box-shadow: 1px 1px 3px 2px #15009c;
  box-shadow:         1px 1px 3px 2px #15009c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15009c


Comments

No comments written yet.

Please login to write comment.