Color Hex Logo

#15239c Color Hex

#15239C
(21,35,156)
0 Favorites   0 Comments

Color spaces of #15239c

RGB 2135156
HSL0.650.760.35
HSV234°87°61°
CMYK 0.870.780.00   0.39
XYZ6.91103.761831.8143
Yxy3.76180.16270.0885
Hunter Lab19.395429.6617-83.6769
CIE-Lab22.867841.1576-65.7008

#15239c color RGB value is (21,35,156).

#15239c hex color red value is 21, green value is 35 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #15239c hue: 0.65 , saturation: 0.76 and the lightness value of 15239c is 0.35.

The process color (four color CMYK) of #15239c color hex is 0.87, 0.78, 0.00, 0.39. Web safe color of #15239c is #003399. Color #15239c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00100011 10011100
Octal 25 43 234
Decimal 21 35 156
Hex 15 23 9C

RGB Percentages of Color #15239c

%9.91
%16.51
%73.58

CMYK Percentages of Color #15239c

%87
%78
%0
%39

Triadic Colors of #15239c

#15239c #9c1523 #239c15

Analogous Colors of #15239c

#15239c #4a159c #15679c

Monochromatic Colors of #15239c

#15239c

Complementary Color

#15239c #9c8e15

#15239c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15239c Color Preview on White Background

Lorem ipsum dolor sit amet.

#15239c Color CSS Codes

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

#15239c Text Font Color

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

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


#15239c Background Color

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

This div background color is #15239c


#15239c Border Color

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

This div border color is #15239c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,35,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 #15239c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15239c


Comments

No comments written yet.

Please login to write comment.