Color Hex Logo

#12657d Color Hex

#12657D
(18,101,125)
0 Favorites   0 Comments

Color spaces of #12657d

RGB 18101125
HSL0.540.750.28
HSV193°86°49°
CMYK 0.860.190.00   0.51
XYZ8.604810.916621.0556
Yxy10.91660.21210.2690
Hunter Lab33.0403-11.3331-14.6556
CIE-Lab39.4396-14.4531-20.0698

#12657d color RGB value is (18,101,125).

#12657d hex color red value is 18, green value is 101 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #12657d hue: 0.54 , saturation: 0.75 and the lightness value of 12657d is 0.28.

The process color (four color CMYK) of #12657d color hex is 0.86, 0.19, 0.00, 0.51. Web safe color of #12657d is #006666. Color #12657d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01100101 01111101
Octal 22 145 175
Decimal 18 101 125
Hex 12 65 7D

RGB Percentages of Color #12657d

%7.38
%41.39
%51.23

CMYK Percentages of Color #12657d

%86
%19
%0
%51

Triadic Colors of #12657d

#12657d #7d1265 #657d12

Analogous Colors of #12657d

#12657d #12307d #127d5f

Monochromatic Colors of #12657d

#12657d

Complementary Color

#12657d #7d2a12

#12657d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12657d Color Preview on White Background

Lorem ipsum dolor sit amet.

#12657d Color CSS Codes

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

#12657d Text Font Color

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

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


#12657d Background Color

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

This div background color is #12657d


#12657d Border Color

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

This div border color is #12657d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12657d


Comments

No comments written yet.

Please login to write comment.