Color Hex Logo

#15254d Color Hex

#15254D
(21,37,77)
0 Favorites   0 Comments

Color spaces of #15254d

RGB 213777
HSL0.620.570.19
HSV223°73°30°
CMYK 0.730.520.00   0.70
XYZ2.31042.01847.2890
Yxy2.01840.19890.1737
Hunter Lab14.20704.1660-20.4741
CIE-Lab15.58358.7034-26.7538

#15254d color RGB value is (21,37,77).

#15254d hex color red value is 21, green value is 37 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #15254d hue: 0.62 , saturation: 0.57 and the lightness value of 15254d is 0.19.

The process color (four color CMYK) of #15254d color hex is 0.73, 0.52, 0.00, 0.70. Web safe color of #15254d is #003366. Color #15254d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00100101 01001101
Octal 25 45 115
Decimal 21 37 77
Hex 15 25 4D

RGB Percentages of Color #15254d

%15.56
%27.41
%57.04

CMYK Percentages of Color #15254d

%73
%52
%0
%70

Triadic Colors of #15254d

#15254d #4d1525 #254d15

Analogous Colors of #15254d

#15254d #21154d #15414d

Monochromatic Colors of #15254d

#15254d

Complementary Color

#15254d #4d3d15

#15254d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15254d Color Preview on White Background

Lorem ipsum dolor sit amet.

#15254d Color CSS Codes

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

#15254d Text Font Color

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

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


#15254d Background Color

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

This div background color is #15254d


#15254d Border Color

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

This div border color is #15254d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,37,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #15254d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #15254d;
  -webkit-box-shadow: 1px 1px 3px 2px #15254d;
  box-shadow:         1px 1px 3px 2px #15254d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15254d


Comments

No comments written yet.

Please login to write comment.