Color Hex Logo

#15308a Color Hex

#15308A
(21,48,138)
0 Favorites   0 Comments

Color spaces of #15308a

RGB 2148138
HSL0.630.740.31
HSV226°85°54°
CMYK 0.850.650.00   0.46
XYZ5.95374.108324.5239
Yxy4.10830.17210.1188
Hunter Lab20.268916.9611-57.5482
CIE-Lab24.026326.0456-52.6749

#15308a color RGB value is (21,48,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 00110000 10001010
Octal 25 60 212
Decimal 21 48 138
Hex 15 30 8A

RGB Percentages of Color #15308a

%10.14
%23.19
%66.67

CMYK Percentages of Color #15308a

%85
%65
%0
%46

Triadic Colors of #15308a

#15308a #8a1530 #308a15

Analogous Colors of #15308a

#15308a #34158a #156b8a

Monochromatic Colors of #15308a

#15308a

Complementary Color

#15308a #8a6f15

#15308a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15308a Color Preview on White Background

Lorem ipsum dolor sit amet.

#15308a Color CSS Codes

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

#15308a Text Font Color

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

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


#15308a Background Color

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

This div background color is #15308a


#15308a Border Color

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

This div border color is #15308a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15308a


Comments

No comments written yet.

Please login to write comment.