Color Hex Logo

#15213b Color Hex

#15213B
(21,33,59)
0 Favorites   0 Comments

Color spaces of #15213b

RGB 213359
HSL0.610.480.16
HSV221°64°23°
CMYK 0.640.440.00   0.77
XYZ1.64251.56294.3528
Yxy1.56290.21730.2068
Hunter Lab12.50161.5741-11.8924
CIE-Lab13.00254.2577-18.3816

#15213b color RGB value is (21,33,59).

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

The process color (four color CMYK) of #15213b color hex is 0.64, 0.44, 0.00, 0.77. Web safe color of #15213b is #003333. Color #15213b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00100001 00111011
Octal 25 41 73
Decimal 21 33 59
Hex 15 21 3B

RGB Percentages of Color #15213b

%18.58
%29.20
%52.21

CMYK Percentages of Color #15213b

%64
%44
%0
%77

Triadic Colors of #15213b

#15213b #3b1521 #213b15

Analogous Colors of #15213b

#15213b #1c153b #15343b

Monochromatic Colors of #15213b

#15213b

Complementary Color

#15213b #3b2f15

#15213b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15213b Color Preview on White Background

Lorem ipsum dolor sit amet.

#15213b Color CSS Codes

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

#15213b Text Font Color

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

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


#15213b Background Color

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

This div background color is #15213b


#15213b Border Color

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

This div border color is #15213b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,33,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #15213b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #15213b;
  -webkit-box-shadow: 1px 1px 3px 2px #15213b;
  box-shadow:         1px 1px 3px 2px #15213b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15213b


Comments

No comments written yet.

Please login to write comment.