Color Hex Logo

#15223c Color Hex

#15223C
(21,34,60)
0 Favorites   0 Comments

Color spaces of #15223c

RGB 213460
HSL0.610.480.16
HSV220°65°24°
CMYK 0.650.430.00   0.76
XYZ1.69691.62974.5001
Yxy1.62970.21680.2082
Hunter Lab12.76601.3864-11.9640
CIE-Lab13.40993.9131-18.4419

#15223c color RGB value is (21,34,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 00100010 00111100
Octal 25 42 74
Decimal 21 34 60
Hex 15 22 3C

RGB Percentages of Color #15223c

%18.26
%29.57
%52.17

CMYK Percentages of Color #15223c

%65
%43
%0
%76

Triadic Colors of #15223c

#15223c #3c1522 #223c15

Analogous Colors of #15223c

#15223c #1c153c #15363c

Monochromatic Colors of #15223c

#15223c

Complementary Color

#15223c #3c2f15

#15223c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15223c Color Preview on White Background

Lorem ipsum dolor sit amet.

#15223c Color CSS Codes

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

#15223c Text Font Color

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

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


#15223c Background Color

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

This div background color is #15223c


#15223c Border Color

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

This div border color is #15223c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,34,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 #15223c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15223c

#15223c Color Palettes


Comments

No comments written yet.

Please login to write comment.