Color Hex Logo

#1b6caa Color Hex

#1B6CAA
(27,108,170)
0 Favorites   0 Comments

Color spaces of #1b6caa

RGB 27108170
HSL0.570.730.39
HSV206°84°67°
CMYK 0.840.360.00   0.33
XYZ13.070313.860440.0167
Yxy13.86040.19520.2070
Hunter Lab37.2296-2.4852-37.6680
CIE-Lab44.0321-0.6800-39.7560

#1b6caa color RGB value is (27,108,170).

#1b6caa hex color red value is 27, green value is 108 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #1b6caa hue: 0.57 , saturation: 0.73 and the lightness value of 1b6caa is 0.39.

The process color (four color CMYK) of #1b6caa color hex is 0.84, 0.36, 0.00, 0.33. Web safe color of #1b6caa is #336699. Color #1b6caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011011 01101100 10101010
Octal 33 154 252
Decimal 27 108 170
Hex 1B 6C AA

RGB Percentages of Color #1b6caa

%8.85
%35.41
%55.74

CMYK Percentages of Color #1b6caa

%84
%36
%0
%33

Triadic Colors of #1b6caa

#1b6caa #aa1b6c #6caa1b

Analogous Colors of #1b6caa

#1b6caa #1b25aa #1baaa1

Monochromatic Colors of #1b6caa

#1b6caa

Complementary Color

#1b6caa #aa591b

#1b6caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1b6caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#1b6caa Color CSS Codes

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

#1b6caa Text Font Color

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

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


#1b6caa Background Color

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

This div background color is #1b6caa


#1b6caa Border Color

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

This div border color is #1b6caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1b6caa


Comments

No comments written yet.

Please login to write comment.