Color Hex Logo

#152441 Color Hex

#152441
(21,36,65)
0 Favorites   0 Comments

Color spaces of #152441

RGB 213665
HSL0.610.510.17
HSV220°68°25°
CMYK 0.680.450.00   0.75
XYZ1.89431.80285.2492
Yxy1.80280.21170.2015
Hunter Lab13.42681.6864-13.7805
CIE-Lab14.41644.4577-20.3484

#152441 color RGB value is (21,36,65).

#152441 hex color red value is 21, green value is 36 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #152441 hue: 0.61 , saturation: 0.51 and the lightness value of 152441 is 0.17.

The process color (four color CMYK) of #152441 color hex is 0.68, 0.45, 0.00, 0.75. Web safe color of #152441 is #003333. Color #152441 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00100100 01000001
Octal 25 44 101
Decimal 21 36 65
Hex 15 24 41

RGB Percentages of Color #152441

%17.21
%29.51
%53.28

CMYK Percentages of Color #152441

%68
%45
%0
%75

Triadic Colors of #152441

#152441 #411524 #244115

Analogous Colors of #152441

#152441 #1c1541 #153a41

Monochromatic Colors of #152441

#152441

Complementary Color

#152441 #413215

#152441 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#152441 Color Preview on White Background

Lorem ipsum dolor sit amet.

#152441 Color CSS Codes

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

#152441 Text Font Color

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

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


#152441 Background Color

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

This div background color is #152441


#152441 Border Color

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

This div border color is #152441


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #152441


Comments

No comments written yet.

Please login to write comment.