Color Hex Logo

#1b667d Color Hex

#1B667D
(27,102,125)
0 Favorites   0 Comments

Color spaces of #1b667d

RGB 27102125
HSL0.540.640.30
HSV194°78°49°
CMYK 0.780.180.00   0.51
XYZ8.905011.216421.0977
Yxy11.21640.21600.2721
Hunter Lab33.4909-11.1471-13.9063
CIE-Lab39.9426-14.0398-19.2797

#1b667d color RGB value is (27,102,125).

#1b667d hex color red value is 27, green value is 102 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #1b667d hue: 0.54 , saturation: 0.64 and the lightness value of 1b667d is 0.30.

The process color (four color CMYK) of #1b667d color hex is 0.78, 0.18, 0.00, 0.51. Web safe color of #1b667d is #336666. Color #1b667d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011011 01100110 01111101
Octal 33 146 175
Decimal 27 102 125
Hex 1B 66 7D

RGB Percentages of Color #1b667d

%10.63
%40.16
%49.21

CMYK Percentages of Color #1b667d

%78
%18
%0
%51

Triadic Colors of #1b667d

#1b667d #7d1b66 #667d1b

Analogous Colors of #1b667d

#1b667d #1b357d #1b7d63

Monochromatic Colors of #1b667d

#1b667d

Complementary Color

#1b667d #7d321b

#1b667d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1b667d Color Preview on White Background

Lorem ipsum dolor sit amet.

#1b667d Color CSS Codes

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

#1b667d Text Font Color

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

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


#1b667d Background Color

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

This div background color is #1b667d


#1b667d Border Color

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

This div border color is #1b667d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(27,102,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 #1b667d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1b667d


Comments

No comments written yet.

Please login to write comment.