Color Hex Logo

#152337 Color Hex

#152337
(21,35,55)
0 Favorites   0 Comments

Color spaces of #152337

RGB 213555
HSL0.600.450.15
HSV215°62°22°
CMYK 0.620.360.00   0.78
XYZ1.59991.63733.8461
Yxy1.63730.22590.2311
Hunter Lab12.7957-0.0739-8.8642
CIE-Lab13.45561.1774-14.8366

#152337 color RGB value is (21,35,55).

#152337 hex color red value is 21, green value is 35 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #152337 hue: 0.60 , saturation: 0.45 and the lightness value of 152337 is 0.15.

The process color (four color CMYK) of #152337 color hex is 0.62, 0.36, 0.00, 0.78. Web safe color of #152337 is #003333. Color #152337 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00100011 00110111
Octal 25 43 67
Decimal 21 35 55
Hex 15 23 37

RGB Percentages of Color #152337

%18.92
%31.53
%49.55

CMYK Percentages of Color #152337

%62
%36
%0
%78

Triadic Colors of #152337

#152337 #371523 #233715

Analogous Colors of #152337

#152337 #181537 #153437

Monochromatic Colors of #152337

#152337

Complementary Color

#152337 #372915

#152337 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#152337 Color Preview on White Background

Lorem ipsum dolor sit amet.

#152337 Color CSS Codes

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

#152337 Text Font Color

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

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


#152337 Background Color

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

This div background color is #152337


#152337 Border Color

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

This div border color is #152337


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #152337


Comments

No comments written yet.

Please login to write comment.