Color Hex Logo

#15238a Color Hex

#15238A
(21,35,138)
0 Favorites   0 Comments

Color spaces of #15238a

RGB 2135138
HSL0.650.740.31
HSV233°85°54°
CMYK 0.850.750.00   0.46
XYZ5.49773.196524.3720
Yxy3.19650.16630.0967
Hunter Lab17.878823.6007-68.3079
CIE-Lab20.814334.6856-57.9611

#15238a color RGB value is (21,35,138).

#15238a hex color red value is 21, green value is 35 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #15238a hue: 0.65 , saturation: 0.74 and the lightness value of 15238a is 0.31.

The process color (four color CMYK) of #15238a color hex is 0.85, 0.75, 0.00, 0.46. Web safe color of #15238a is #003399. Color #15238a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00100011 10001010
Octal 25 43 212
Decimal 21 35 138
Hex 15 23 8A

RGB Percentages of Color #15238a

%10.82
%18.04
%71.13

CMYK Percentages of Color #15238a

%85
%75
%0
%46

Triadic Colors of #15238a

#15238a #8a1523 #238a15

Analogous Colors of #15238a

#15238a #41158a #155e8a

Monochromatic Colors of #15238a

#15238a

Complementary Color

#15238a #8a7c15

#15238a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15238a Color Preview on White Background

Lorem ipsum dolor sit amet.

#15238a Color CSS Codes

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

#15238a Text Font Color

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

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


#15238a Background Color

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

This div background color is #15238a


#15238a Border Color

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

This div border color is #15238a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15238a


Comments

No comments written yet.

Please login to write comment.