Color Hex Logo

#153863 Color Hex

#153863
(21,56,99)
0 Favorites   0 Comments

Color spaces of #153863

RGB 215699
HSL0.590.650.24
HSV213°79°39°
CMYK 0.790.430.00   0.61
XYZ3.97563.888612.3454
Yxy3.88860.19670.1924
Hunter Lab19.71951.4777-23.3148
CIE-Lab23.29974.1682-29.0426

#153863 color RGB value is (21,56,99).

#153863 hex color red value is 21, green value is 56 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #153863 hue: 0.59 , saturation: 0.65 and the lightness value of 153863 is 0.24.

The process color (four color CMYK) of #153863 color hex is 0.79, 0.43, 0.00, 0.61. Web safe color of #153863 is #003366. Color #153863 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00111000 01100011
Octal 25 70 143
Decimal 21 56 99
Hex 15 38 63

RGB Percentages of Color #153863

%11.93
%31.82
%56.25

CMYK Percentages of Color #153863

%79
%43
%0
%61

Triadic Colors of #153863

#153863 #631538 #386315

Analogous Colors of #153863

#153863 #191563 #155f63

Monochromatic Colors of #153863

#153863

Complementary Color

#153863 #634015

#153863 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#153863 Color Preview on White Background

Lorem ipsum dolor sit amet.

#153863 Color CSS Codes

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

#153863 Text Font Color

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

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


#153863 Background Color

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

This div background color is #153863


#153863 Border Color

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

This div border color is #153863


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #153863


Comments

No comments written yet.

Please login to write comment.