Color Hex Logo

#124265 Color Hex

#124265
(18,66,101)
0 Favorites   0 Comments

Color spaces of #124265

RGB 1866101
HSL0.570.700.23
HSV205°82°40°
CMYK 0.820.350.00   0.60
XYZ4.54664.964613.0306
Yxy4.96460.20170.2202
Hunter Lab22.2814-2.5688-19.0770
CIE-Lab26.6337-2.2619-25.0531

#124265 color RGB value is (18,66,101).

#124265 hex color red value is 18, green value is 66 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #124265 hue: 0.57 , saturation: 0.70 and the lightness value of 124265 is 0.23.

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01000010 01100101
Octal 22 102 145
Decimal 18 66 101
Hex 12 42 65

RGB Percentages of Color #124265

%9.73
%35.68
%54.59

CMYK Percentages of Color #124265

%82
%35
%0
%60

Triadic Colors of #124265

#124265 #651242 #426512

Analogous Colors of #124265

#124265 #121965 #12655e

Monochromatic Colors of #124265

#124265

Complementary Color

#124265 #653512

#124265 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#124265 Color Preview on White Background

Lorem ipsum dolor sit amet.

#124265 Color CSS Codes

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

#124265 Text Font Color

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

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


#124265 Background Color

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

This div background color is #124265


#124265 Border Color

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

This div border color is #124265


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #124265


Comments

No comments written yet.

Please login to write comment.