Color Hex Logo

#15203c Color Hex

#15203C
(21,32,60)
0 Favorites   0 Comments

Color spaces of #15203c

RGB 213260
HSL0.620.480.16
HSV223°65°24°
CMYK 0.650.470.00   0.76
XYZ1.64141.51874.4816
Yxy1.51870.21480.1987
Hunter Lab12.32362.2086-12.9350
CIE-Lab12.72655.4186-19.5254

#15203c color RGB value is (21,32,60).

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

The process color (four color CMYK) of #15203c color hex is 0.65, 0.47, 0.00, 0.76. Web safe color of #15203c is #003333. Color #15203c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00100000 00111100
Octal 25 40 74
Decimal 21 32 60
Hex 15 20 3C

RGB Percentages of Color #15203c

%18.58
%28.32
%53.10

CMYK Percentages of Color #15203c

%65
%47
%0
%76

Triadic Colors of #15203c

#15203c #3c1520 #203c15

Analogous Colors of #15203c

#15203c #1e153c #15343c

Monochromatic Colors of #15203c

#15203c

Complementary Color

#15203c #3c3115

#15203c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15203c Color Preview on White Background

Lorem ipsum dolor sit amet.

#15203c Color CSS Codes

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

#15203c Text Font Color

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

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


#15203c Background Color

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

This div background color is #15203c


#15203c Border Color

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

This div border color is #15203c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15203c


Comments

No comments written yet.

Please login to write comment.