Color Hex Logo

#1c679b Color Hex

#1C679B
(28,103,155)
0 Favorites   0 Comments

Color spaces of #1c679b

RGB 28103155
HSL0.570.690.36
HSV205°82°61°
CMYK 0.820.340.00   0.39
XYZ11.245512.313932.7945
Yxy12.31390.19960.2185
Hunter Lab35.0912-4.2065-30.8457
CIE-Lab41.7107-3.2916-34.5622

#1c679b color RGB value is (28,103,155).

#1c679b hex color red value is 28, green value is 103 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #1c679b hue: 0.57 , saturation: 0.69 and the lightness value of 1c679b is 0.36.

The process color (four color CMYK) of #1c679b color hex is 0.82, 0.34, 0.00, 0.39. Web safe color of #1c679b is #336699. Color #1c679b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 01100111 10011011
Octal 34 147 233
Decimal 28 103 155
Hex 1C 67 9B

RGB Percentages of Color #1c679b

%9.79
%36.01
%54.20

CMYK Percentages of Color #1c679b

%82
%34
%0
%39

Triadic Colors of #1c679b

#1c679b #9b1c67 #679b1c

Analogous Colors of #1c679b

#1c679b #1c289b #1c9b90

Monochromatic Colors of #1c679b

#1c679b

Complementary Color

#1c679b #9b501c

#1c679b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c679b Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c679b Color CSS Codes

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

#1c679b Text Font Color

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

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


#1c679b Background Color

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

This div background color is #1c679b


#1c679b Border Color

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

This div border color is #1c679b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(28,103,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1c679b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1c679b;
  -webkit-box-shadow: 1px 1px 3px 2px #1c679b;
  box-shadow:         1px 1px 3px 2px #1c679b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(28,103,155, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c679b


Comments

No comments written yet.

Please login to write comment.