#1B727B

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

Shades of Allports #1B727B

Tints of Allports #1B727B

Color information

#1B727B (or 0x1B727B) is unknown color: approx Allports. HEX triplet: 1B, 72 and 7B. RGB value is (27,114,123). Sum of RGB (Red+Green+Blue) = 27+114+123=264 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.23% from 264); Green value is 114 (44.92% from 255 or 43.18% from 264); Blue value is 123 (48.44% from 255 or 46.59% from 264); Max value from RGB is 123 - color contains mainly: blue. Hex color #1B727B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B727B is #E48D84. Grayscale: #585858. Windows color (decimal): -14978437 or 8090139. OLE color: 8090139.

HSL color Cylindrical-coordinate representation of color #1B727B: hue angle of 185.62º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1B727B is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB27114123-
CMYK0.780.0700.52
HSL185.62º64%29.41%-
HSV(B)185.62º78.05%48.24%-
XYZ10.0413.720.85-
YUV89.01147.1883.77-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.23%
GREEN value IS 114 (44.92% from 255) = 43.18%
BLUE value IS 123 (48.44% from 255) = 46.59%
R=10.23%
G=43.18%
B=46.59%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal271141230.780.0700.52185.626429.41
Hex1B727B4E7034ba401d
Octal33162173116706427210035
Binary11011111001011110111001110111011010010111010100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B727B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,114,123); }

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

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

 a { background-color: rgb(27,114,123); }

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

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

 span { border-color: rgb(27,114,123); }

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