#1B6E8E

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

Shades of Allports #1B6E8E

Tints of Allports #1B6E8E

Color information

#1B6E8E (or 0x1B6E8E) is unknown color: approx Allports. HEX triplet: 1B, 6E and 8E. RGB value is (27,110,142). Sum of RGB (Red+Green+Blue) = 27+110+142=279 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.68% from 279); Green value is 110 (43.36% from 255 or 39.43% from 279); Blue value is 142 (55.86% from 255 or 50.90% from 279); Max value from RGB is 142 - color contains mainly: blue. Hex color #1B6E8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B6E8E is #E49171. Grayscale: #585858. Windows color (decimal): -14979442 or 9334299. OLE color: 9334299.

HSL color Cylindrical-coordinate representation of color #1B6E8E: hue angle of 196.7º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B6E8E is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB27110142-
CMYK0.810.2300.44
HSL196.7º68.05%33.14%-
HSV(B)196.7º80.99%55.69%-
XYZ10.9113.3427.59-
YUV88.8315883.9-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.68%
GREEN value IS 110 (43.36% from 255) = 39.43%
BLUE value IS 142 (55.86% from 255) = 50.90%
R=9.68%
G=39.43%
B=50.90%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal271101420.810.2300.44196.768.0533.14
Hex1B6E8E511702Cc54421
Octal331562161212705430510441
Binary110111101110100011101010001101110101100110001011000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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