#1B6E8B

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

Shades of Allports #1B6E8B

Tints of Allports #1B6E8B

Color information

#1B6E8B (or 0x1B6E8B) is unknown color: approx Allports. HEX triplet: 1B, 6E and 8B. RGB value is (27,110,139). Sum of RGB (Red+Green+Blue) = 27+110+139=276 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.78% from 276); Green value is 110 (43.36% from 255 or 39.86% from 276); Blue value is 139 (54.69% from 255 or 50.36% from 276); Max value from RGB is 139 - color contains mainly: blue. Hex color #1B6E8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B6E8B is #E49174. Grayscale: #585858. Windows color (decimal): -14979445 or 9137691. OLE color: 9137691.

HSL color Cylindrical-coordinate representation of color #1B6E8B: hue angle of 195.54º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B6E8B is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB27110139-
CMYK0.810.2100.45
HSL195.54º67.47%32.55%-
HSV(B)195.54º80.58%54.51%-
XYZ10.6913.2526.42-
YUV88.49156.584.14-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.78%
GREEN value IS 110 (43.36% from 255) = 39.86%
BLUE value IS 139 (54.69% from 255) = 50.36%
R=9.78%
G=39.86%
B=50.36%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal271101390.810.2100.45195.5467.4732.55
Hex1B6E8B511502Dc44321
Octal331562131212505530410341
Binary110111101110100010111010001101010101101110001001000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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