#1B6E78

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

Shades of Allports #1B6E78

Tints of Allports #1B6E78

Color information

#1B6E78 (or 0x1B6E78) is unknown color: approx Allports. HEX triplet: 1B, 6E and 78. RGB value is (27,110,120). Sum of RGB (Red+Green+Blue) = 27+110+120=257 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.51% from 257); Green value is 110 (43.36% from 255 or 42.80% from 257); Blue value is 120 (47.27% from 255 or 46.69% from 257); Max value from RGB is 120 - color contains mainly: blue. Hex color #1B6E78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B6E78 is #E49187. Grayscale: #565656. Windows color (decimal): -14979464 or 7892507. OLE color: 7892507.

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

Color convert

RGB27110120-
CMYK0.780.0800.53
HSL186.45º63.27%28.82%-
HSV(B)186.45º77.5%47.06%-
XYZ9.4212.7419.73-
YUV86.3214785.69-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.51%
GREEN value IS 110 (43.36% from 255) = 42.80%
BLUE value IS 120 (47.27% from 255) = 46.69%
R=10.51%
G=42.80%
B=46.69%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal271101200.780.0800.53186.4563.2728.82
Hex1B6E784E8035ba3f1d
Octal33156170116100652727735
Binary11011110111011110001001110100001101011011101011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,110,120); }

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

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

 a { background-color: rgb(27,110,120); }

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

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

 span { border-color: rgb(27,110,120); }

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