Color Hex Logo

#152247 Color Hex

#152247
(21,34,71)
0 Favorites   0 Comments

Color spaces of #152247

RGB 213471
HSL0.620.540.18
HSV224°70°28°
CMYK 0.700.520.00   0.72
XYZ2.01861.75846.1943
Yxy1.75840.20240.1763
Hunter Lab13.26053.9667-18.4135
CIE-Lab14.16468.4455-24.9124

#152247 color RGB value is (21,34,71).

#152247 hex color red value is 21, green value is 34 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #152247 hue: 0.62 , saturation: 0.54 and the lightness value of 152247 is 0.18.

The process color (four color CMYK) of #152247 color hex is 0.70, 0.52, 0.00, 0.72. Web safe color of #152247 is #003333. Color #152247 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00100010 01000111
Octal 25 42 107
Decimal 21 34 71
Hex 15 22 47

RGB Percentages of Color #152247

%16.67
%26.98
%56.35

CMYK Percentages of Color #152247

%70
%52
%0
%72

Triadic Colors of #152247

#152247 #471522 #224715

Analogous Colors of #152247

#152247 #211547 #153b47

Monochromatic Colors of #152247

#152247

Complementary Color

#152247 #473a15

#152247 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#152247 Color Preview on White Background

Lorem ipsum dolor sit amet.

#152247 Color CSS Codes

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

#152247 Text Font Color

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

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


#152247 Background Color

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

This div background color is #152247


#152247 Border Color

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

This div border color is #152247


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #152247


Comments

No comments written yet.

Please login to write comment.