Color Hex Logo

#154481 Color Hex

#154481
(21,68,129)
0 Favorites   0 Comments

Color spaces of #154481

RGB 2168129
HSL0.590.720.29
HSV214°84°51°
CMYK 0.840.470.00   0.49
XYZ6.33885.878721.5695
Yxy5.87870.18760.1740
Hunter Lab24.24604.2359-35.7727
CIE-Lab29.10438.3497-38.8226

#154481 color RGB value is (21,68,129).

#154481 hex color red value is 21, green value is 68 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #154481 hue: 0.59 , saturation: 0.72 and the lightness value of 154481 is 0.29.

The process color (four color CMYK) of #154481 color hex is 0.84, 0.47, 0.00, 0.49. Web safe color of #154481 is #003399. Color #154481 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01000100 10000001
Octal 25 104 201
Decimal 21 68 129
Hex 15 44 81

RGB Percentages of Color #154481

%9.63
%31.19
%59.17

CMYK Percentages of Color #154481

%84
%47
%0
%49

Triadic Colors of #154481

#154481 #811544 #448115

Analogous Colors of #154481

#154481 #1c1581 #157a81

Monochromatic Colors of #154481

#154481

Complementary Color

#154481 #815215

#154481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#154481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#154481 Color CSS Codes

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

#154481 Text Font Color

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

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


#154481 Background Color

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

This div background color is #154481


#154481 Border Color

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

This div border color is #154481


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #154481


Comments

No comments written yet.

Please login to write comment.