Color Hex Logo

#153442 Color Hex

#153442
(21,52,66)
0 Favorites   0 Comments

Color spaces of #153442

RGB 215266
HSL0.550.520.17
HSV199°68°26°
CMYK 0.680.210.00   0.74
XYZ2.52063.00885.6022
Yxy3.00880.22640.2703
Hunter Lab17.3459-4.4168-7.0068
CIE-Lab20.0791-6.4085-12.1815

#153442 color RGB value is (21,52,66).

#153442 hex color red value is 21, green value is 52 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #153442 hue: 0.55 , saturation: 0.52 and the lightness value of 153442 is 0.17.

The process color (four color CMYK) of #153442 color hex is 0.68, 0.21, 0.00, 0.74. Web safe color of #153442 is #003333. Color #153442 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00110100 01000010
Octal 25 64 102
Decimal 21 52 66
Hex 15 34 42

RGB Percentages of Color #153442

%15.11
%37.41
%47.48

CMYK Percentages of Color #153442

%68
%21
%0
%74

Triadic Colors of #153442

#153442 #421534 #344215

Analogous Colors of #153442

#153442 #151e42 #15423a

Monochromatic Colors of #153442

#153442

Complementary Color

#153442 #422315

#153442 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#153442 Color Preview on White Background

Lorem ipsum dolor sit amet.

#153442 Color CSS Codes

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

#153442 Text Font Color

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

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


#153442 Background Color

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

This div background color is #153442


#153442 Border Color

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

This div border color is #153442


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #153442


Comments

No comments written yet.

Please login to write comment.