Color Hex Logo

#1b6595 Color Hex

#1B6595
(27,101,149)
0 Favorites   0 Comments

Color spaces of #1b6595

RGB 27101149
HSL0.570.690.35
HSV204°82°58°
CMYK 0.820.320.00   0.42
XYZ10.530511.710330.1391
Yxy11.71030.20100.2236
Hunter Lab34.2203-4.9564-28.2647
CIE-Lab40.7519-4.4754-32.4945

#1b6595 color RGB value is (27,101,149).

#1b6595 hex color red value is 27, green value is 101 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #1b6595 hue: 0.57 , saturation: 0.69 and the lightness value of 1b6595 is 0.35.

The process color (four color CMYK) of #1b6595 color hex is 0.82, 0.32, 0.00, 0.42. Web safe color of #1b6595 is #336699. Color #1b6595 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011011 01100101 10010101
Octal 33 145 225
Decimal 27 101 149
Hex 1B 65 95

RGB Percentages of Color #1b6595

%9.75
%36.46
%53.79

CMYK Percentages of Color #1b6595

%82
%32
%0
%42

Triadic Colors of #1b6595

#1b6595 #951b65 #65951b

Analogous Colors of #1b6595

#1b6595 #1b2895 #1b9588

Monochromatic Colors of #1b6595

#1b6595

Complementary Color

#1b6595 #954b1b

#1b6595 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1b6595 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1b6595 Color CSS Codes

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

#1b6595 Text Font Color

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

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


#1b6595 Background Color

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

This div background color is #1b6595


#1b6595 Border Color

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

This div border color is #1b6595


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1b6595


Comments

No comments written yet.

Please login to write comment.