Color Hex Logo

#153899 Color Hex

#153899
(21,56,153)
0 Favorites   0 Comments

Color spaces of #153899

RGB 2156153
HSL0.620.760.34
HSV224°86°60°
CMYK 0.860.630.00   0.40
XYZ7.47325.287730.7637
Yxy5.28770.17170.1215
Hunter Lab22.995017.7699-63.2242
CIE-Lab27.539226.5344-56.1694

#153899 color RGB value is (21,56,153).

#153899 hex color red value is 21, green value is 56 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #153899 hue: 0.62 , saturation: 0.76 and the lightness value of 153899 is 0.34.

The process color (four color CMYK) of #153899 color hex is 0.86, 0.63, 0.00, 0.40. Web safe color of #153899 is #003399. Color #153899 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00111000 10011001
Octal 25 70 231
Decimal 21 56 153
Hex 15 38 99

RGB Percentages of Color #153899

%9.13
%24.35
%66.52

CMYK Percentages of Color #153899

%86
%63
%0
%40

Triadic Colors of #153899

#153899 #991538 #389915

Analogous Colors of #153899

#153899 #341599 #157a99

Monochromatic Colors of #153899

#153899

Complementary Color

#153899 #997615

#153899 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#153899 Color Preview on White Background

Lorem ipsum dolor sit amet.

#153899 Color CSS Codes

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

#153899 Text Font Color

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

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


#153899 Background Color

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

This div background color is #153899


#153899 Border Color

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

This div border color is #153899


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #153899


Comments

No comments written yet.

Please login to write comment.