Color Hex Logo

#15203d Color Hex

#15203D
(21,32,61)
1 Favorites   0 Comments

Color spaces of #15203d

RGB 213261
HSL0.620.490.16
HSV224°66°24°
CMYK 0.660.480.00   0.76
XYZ1.66811.52944.6222
Yxy1.52940.21330.1956
Hunter Lab12.36692.4348-13.5032
CIE-Lab12.79385.8255-20.1241

#15203d color RGB value is (21,32,61).

#15203d hex color red value is 21, green value is 32 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #15203d hue: 0.62 , saturation: 0.49 and the lightness value of 15203d is 0.16.

The process color (four color CMYK) of #15203d color hex is 0.66, 0.48, 0.00, 0.76. Web safe color of #15203d is #003333. Color #15203d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00100000 00111101
Octal 25 40 75
Decimal 21 32 61
Hex 15 20 3D

RGB Percentages of Color #15203d

%18.42
%28.07
%53.51

CMYK Percentages of Color #15203d

%66
%48
%0
%76

Triadic Colors of #15203d

#15203d #3d1520 #203d15

Analogous Colors of #15203d

#15203d #1e153d #15343d

Monochromatic Colors of #15203d

#15203d

Complementary Color

#15203d #3d3215

#15203d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15203d Color Preview on White Background

Lorem ipsum dolor sit amet.

#15203d Color CSS Codes

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

#15203d Text Font Color

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

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


#15203d Background Color

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

This div background color is #15203d


#15203d Border Color

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

This div border color is #15203d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,32,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #15203d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #15203d;
  -webkit-box-shadow: 1px 1px 3px 2px #15203d;
  box-shadow:         1px 1px 3px 2px #15203d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15203d


Comments

No comments written yet.

Please login to write comment.