Color Hex Logo

#124066 Color Hex

#124066
(18,64,102)
0 Favorites   0 Comments

Color spaces of #124066

RGB 1864102
HSL0.580.700.24
HSV207°82°40°
CMYK 0.820.370.00   0.60
XYZ4.48114.754713.2519
Yxy4.75470.19930.2114
Hunter Lab21.8053-1.4765-20.7691
CIE-Lab26.0242-0.5105-26.6588

#124066 color RGB value is (18,64,102).

#124066 hex color red value is 18, green value is 64 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #124066 hue: 0.58 , saturation: 0.70 and the lightness value of 124066 is 0.24.

The process color (four color CMYK) of #124066 color hex is 0.82, 0.37, 0.00, 0.60. Web safe color of #124066 is #003366. Color #124066 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01000000 01100110
Octal 22 100 146
Decimal 18 64 102
Hex 12 40 66

RGB Percentages of Color #124066

%9.78
%34.78
%55.43

CMYK Percentages of Color #124066

%82
%37
%0
%60

Triadic Colors of #124066

#124066 #661240 #406612

Analogous Colors of #124066

#124066 #121666 #126662

Monochromatic Colors of #124066

#124066

Complementary Color

#124066 #663812

#124066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#124066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#124066 Color CSS Codes

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

#124066 Text Font Color

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

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


#124066 Background Color

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

This div background color is #124066


#124066 Border Color

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

This div border color is #124066


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #124066


Comments

No comments written yet.

Please login to write comment.