Color Hex Logo

#124680 Color Hex

#124680
(18,70,128)
0 Favorites   0 Comments

Color spaces of #124680

RGB 1870128
HSL0.590.750.29
HSV212°86°50°
CMYK 0.860.450.00   0.50
XYZ6.33596.067421.2593
Yxy6.06740.18820.1802
Hunter Lab24.63212.8078-33.9291
CIE-Lab29.58196.2604-37.4377

#124680 color RGB value is (18,70,128).

#124680 hex color red value is 18, green value is 70 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #124680 hue: 0.59 , saturation: 0.75 and the lightness value of 124680 is 0.29.

The process color (four color CMYK) of #124680 color hex is 0.86, 0.45, 0.00, 0.50. Web safe color of #124680 is #003399. Color #124680 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01000110 10000000
Octal 22 106 200
Decimal 18 70 128
Hex 12 46 80

RGB Percentages of Color #124680

%8.33
%32.41
%59.26

CMYK Percentages of Color #124680

%86
%45
%0
%50

Triadic Colors of #124680

#124680 #801246 #468012

Analogous Colors of #124680

#124680 #151280 #127d80

Monochromatic Colors of #124680

#124680

Complementary Color

#124680 #804c12

#124680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#124680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#124680 Color CSS Codes

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

#124680 Text Font Color

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

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


#124680 Background Color

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

This div background color is #124680


#124680 Border Color

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

This div border color is #124680


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #124680


Comments

No comments written yet.

Please login to write comment.