Color Hex Logo

#1b6ecb Color Hex

#1B6ECB
(27,110,203)
0 Favorites   0 Comments

Color spaces of #1b6ecb

RGB 27110203
HSL0.590.770.45
HSV212°87°80°
CMYK 0.870.460.00   0.20
XYZ16.807415.696758.6438
Yxy15.69670.18440.1722
Hunter Lab39.61916.3908-60.0272
CIE-Lab46.574010.9294-54.8374

#1b6ecb color RGB value is (27,110,203).

#1b6ecb hex color red value is 27, green value is 110 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #1b6ecb hue: 0.59 , saturation: 0.77 and the lightness value of 1b6ecb is 0.45.

The process color (four color CMYK) of #1b6ecb color hex is 0.87, 0.46, 0.00, 0.20. Web safe color of #1b6ecb is #3366cc. Color #1b6ecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011011 01101110 11001011
Octal 33 156 313
Decimal 27 110 203
Hex 1B 6E CB

RGB Percentages of Color #1b6ecb

%7.94
%32.35
%59.71

CMYK Percentages of Color #1b6ecb

%87
%46
%0
%20

Triadic Colors of #1b6ecb

#1b6ecb #cb1b6e #6ecb1b

Analogous Colors of #1b6ecb

#1b6ecb #201bcb #1bc6cb

Monochromatic Colors of #1b6ecb

#1b6ecb

Complementary Color

#1b6ecb #cb781b

#1b6ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1b6ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1b6ecb Color CSS Codes

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

#1b6ecb Text Font Color

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

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


#1b6ecb Background Color

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

This div background color is #1b6ecb


#1b6ecb Border Color

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

This div border color is #1b6ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1b6ecb


Comments

No comments written yet.

Please login to write comment.