Color Hex Logo

#154076 Color Hex

#154076
(21,64,118)
0 Favorites   0 Comments

Color spaces of #154076

RGB 2164118
HSL0.590.700.27
HSV213°82°46°
CMYK 0.820.460.00   0.54
XYZ5.41275.134217.8453
Yxy5.13420.19060.1808
Hunter Lab22.65882.9870-30.8337
CIE-Lab27.11376.5311-35.1165

#154076 color RGB value is (21,64,118).

#154076 hex color red value is 21, green value is 64 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #154076 hue: 0.59 , saturation: 0.70 and the lightness value of 154076 is 0.27.

The process color (four color CMYK) of #154076 color hex is 0.82, 0.46, 0.00, 0.54. Web safe color of #154076 is #003366. Color #154076 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01000000 01110110
Octal 25 100 166
Decimal 21 64 118
Hex 15 40 76

RGB Percentages of Color #154076

%10.34
%31.53
%58.13

CMYK Percentages of Color #154076

%82
%46
%0
%54

Triadic Colors of #154076

#154076 #761540 #407615

Analogous Colors of #154076

#154076 #1b1576 #157176

Monochromatic Colors of #154076

#154076

Complementary Color

#154076 #764b15

#154076 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#154076 Color Preview on White Background

Lorem ipsum dolor sit amet.

#154076 Color CSS Codes

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

#154076 Text Font Color

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

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


#154076 Background Color

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

This div background color is #154076


#154076 Border Color

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

This div border color is #154076


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #154076


Comments

No comments written yet.

Please login to write comment.