Color Hex Logo

#126597 Color Hex

#126597
(18,101,151)
0 Favorites   0 Comments

Color spaces of #126597

RGB 18101151
HSL0.560.790.33
HSV203°88°59°
CMYK 0.880.330.00   0.41
XYZ10.489011.670330.9779
Yxy11.67030.19740.2196
Hunter Lab34.1618-4.9768-29.8508
CIE-Lab40.6872-4.5125-33.8042

#126597 color RGB value is (18,101,151).

#126597 hex color red value is 18, green value is 101 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #126597 hue: 0.56 , saturation: 0.79 and the lightness value of 126597 is 0.33.

The process color (four color CMYK) of #126597 color hex is 0.88, 0.33, 0.00, 0.41. Web safe color of #126597 is #006699. Color #126597 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01100101 10010111
Octal 22 145 227
Decimal 18 101 151
Hex 12 65 97

RGB Percentages of Color #126597

%6.67
%37.41
%55.93

CMYK Percentages of Color #126597

%88
%33
%0
%41

Triadic Colors of #126597

#126597 #971265 #659712

Analogous Colors of #126597

#126597 #122397 #129787

Monochromatic Colors of #126597

#126597

Complementary Color

#126597 #974412

#126597 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#126597 Color Preview on White Background

Lorem ipsum dolor sit amet.

#126597 Color CSS Codes

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

#126597 Text Font Color

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

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


#126597 Background Color

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

This div background color is #126597


#126597 Border Color

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

This div border color is #126597


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #126597


Comments

No comments written yet.

Please login to write comment.