Color Hex Logo

#15609a Color Hex

#15609A
(21,96,154)
0 Favorites   0 Comments

Color spaces of #15609a

RGB 2196154
HSL0.570.760.34
HSV206°86°60°
CMYK 0.860.380.00   0.40
XYZ10.324910.858332.1235
Yxy10.85830.19370.2037
Hunter Lab32.9519-1.7361-34.7331
CIE-Lab39.34080.0340-37.7276

#15609a color RGB value is (21,96,154).

#15609a hex color red value is 21, green value is 96 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #15609a hue: 0.57 , saturation: 0.76 and the lightness value of 15609a is 0.34.

The process color (four color CMYK) of #15609a color hex is 0.86, 0.38, 0.00, 0.40. Web safe color of #15609a is #006699. Color #15609a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01100000 10011010
Octal 25 140 232
Decimal 21 96 154
Hex 15 60 9A

RGB Percentages of Color #15609a

%7.75
%35.42
%56.83

CMYK Percentages of Color #15609a

%86
%38
%0
%40

Triadic Colors of #15609a

#15609a #9a1560 #609a15

Analogous Colors of #15609a

#15609a #151e9a #159a92

Monochromatic Colors of #15609a

#15609a

Complementary Color

#15609a #9a4f15

#15609a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15609a Color Preview on White Background

Lorem ipsum dolor sit amet.

#15609a Color CSS Codes

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

#15609a Text Font Color

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

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


#15609a Background Color

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

This div background color is #15609a


#15609a Border Color

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

This div border color is #15609a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,96,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #15609a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #15609a;
  -webkit-box-shadow: 1px 1px 3px 2px #15609a;
  box-shadow:         1px 1px 3px 2px #15609a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15609a


Comments

No comments written yet.

Please login to write comment.