#1C6E77

Color #1C6E77 Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #1C6E77

Tints of Allports #1C6E77

Color information

#1C6E77 (or 0x1C6E77) is unknown color: approx Allports. HEX triplet: 1C, 6E and 77. RGB value is (28,110,119). Sum of RGB (Red+Green+Blue) = 28+110+119=257 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.89% from 257); Green value is 110 (43.36% from 255 or 42.80% from 257); Blue value is 119 (46.88% from 255 or 46.30% from 257); Max value from RGB is 119 - color contains mainly: blue. Hex color #1C6E77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6E77 is #E39188. Grayscale: #565656. Windows color (decimal): -14913929 or 7826972. OLE color: 7826972.

HSL color Cylindrical-coordinate representation of color #1C6E77: hue angle of 185.93º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C6E77 is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB28110119-
CMYK0.760.0800.53
HSL185.93º61.9%28.82%-
HSV(B)185.93º76.47%46.67%-
XYZ9.3812.7319.42-
YUV86.51146.3386.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 28 (11.33% from 255) = 10.89%
GREEN value IS 110 (43.36% from 255) = 42.80%
BLUE value IS 119 (46.88% from 255) = 46.30%
R=10.89%
G=42.80%
B=46.30%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal281101190.760.0800.53185.9361.928.82
Hex1C6E774C8035ba3e1d
Octal34156167114100652727635
Binary11100110111011101111001100100001101011011101011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C6E77; }

 p { color: rgb(28,110,119); }

 H1.HeaderClassName
 {
   color: #1C6E77;
 }
 .AnyTagClassName
 {
   color: #1C6E77;
 }
</style>
background-color css

<style>
 a { background-color: #1C6E77; }

 a { background-color: rgb(28,110,119); }

 div.DivClassName
 {
   background-color: #1C6E77;
 }
 .BgClassName
 {
   background-color: #1C6E77;
 }
</style>
border-color css

<style>
 span { border-color: #1C6E77; }

 span { border-color: rgb(28,110,119); }

 td.TdClassName
 {
   border-color: #1C6E77;
 }
 .TagClassName
 {
   border-color: #1C6E77;
 }
</style>