Color Hex Logo

#153f8d Color Hex

#153F8D
(21,63,141)
0 Favorites   0 Comments

Color spaces of #153f8d

RGB 2163141
HSL0.610.740.32
HSV219°85°55°
CMYK 0.850.550.00   0.45
XYZ6.89455.637525.9241
Yxy5.63750.17930.1466
Hunter Lab23.743410.2810-48.1150
CIE-Lab28.478816.8058-47.2713

#153f8d color RGB value is (21,63,141).

#153f8d hex color red value is 21, green value is 63 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #153f8d hue: 0.61 , saturation: 0.74 and the lightness value of 153f8d is 0.32.

The process color (four color CMYK) of #153f8d color hex is 0.85, 0.55, 0.00, 0.45. Web safe color of #153f8d is #003399. Color #153f8d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00111111 10001101
Octal 25 77 215
Decimal 21 63 141
Hex 15 3F 8D

RGB Percentages of Color #153f8d

%9.33
%28.00
%62.67

CMYK Percentages of Color #153f8d

%85
%55
%0
%45

Triadic Colors of #153f8d

#153f8d #8d153f #3f8d15

Analogous Colors of #153f8d

#153f8d #27158d #157b8d

Monochromatic Colors of #153f8d

#153f8d

Complementary Color

#153f8d #8d6315

#153f8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#153f8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#153f8d Color CSS Codes

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

#153f8d Text Font Color

<p style="color:#153f8d">Text here</p>

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


#153f8d Background Color

<div style="background-color:#153f8d">
Div content here</div>

This div background color is #153f8d


#153f8d Border Color

<div style="border:3px solid #153f8d">
Div here</div>

This div border color is #153f8d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,63,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #153f8d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #153f8d;
  -webkit-box-shadow: 1px 1px 3px 2px #153f8d;
  box-shadow:         1px 1px 3px 2px #153f8d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #153f8d


Comments

No comments written yet.

Please login to write comment.