Color Hex Logo

#124474 Color Hex

#124474
(18,68,116)
0 Favorites   0 Comments

Color spaces of #124474

RGB 1868116
HSL0.580.730.26
HSV209°84°45°
CMYK 0.840.410.00   0.55
XYZ5.46905.523817.3010
Yxy5.52380.19330.1952
Hunter Lab23.50280.4064-27.1930
CIE-Lab28.17782.6093-32.1576

#124474 color RGB value is (18,68,116).

#124474 hex color red value is 18, green value is 68 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #124474 hue: 0.58 , saturation: 0.73 and the lightness value of 124474 is 0.26.

The process color (four color CMYK) of #124474 color hex is 0.84, 0.41, 0.00, 0.55. Web safe color of #124474 is #003366. Color #124474 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01000100 01110100
Octal 22 104 164
Decimal 18 68 116
Hex 12 44 74

RGB Percentages of Color #124474

%8.91
%33.66
%57.43

CMYK Percentages of Color #124474

%84
%41
%0
%55

Triadic Colors of #124474

#124474 #741244 #447412

Analogous Colors of #124474

#124474 #121374 #127473

Monochromatic Colors of #124474

#124474

Complementary Color

#124474 #744212

#124474 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#124474 Color Preview on White Background

Lorem ipsum dolor sit amet.

#124474 Color CSS Codes

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

#124474 Text Font Color

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

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


#124474 Background Color

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

This div background color is #124474


#124474 Border Color

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

This div border color is #124474


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #124474


Comments

No comments written yet.

Please login to write comment.