#1B727C

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

Shades of Allports #1B727C

Tints of Allports #1B727C

Color information

#1B727C (or 0x1B727C) is unknown color: approx Allports. HEX triplet: 1B, 72 and 7C. RGB value is (27,114,124). Sum of RGB (Red+Green+Blue) = 27+114+124=265 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.19% from 265); Green value is 114 (44.92% from 255 or 43.02% from 265); Blue value is 124 (48.83% from 255 or 46.79% from 265); Max value from RGB is 124 - color contains mainly: blue. Hex color #1B727C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B727C is #E48D83. Grayscale: #585858. Windows color (decimal): -14978436 or 8155675. OLE color: 8155675.

HSL color Cylindrical-coordinate representation of color #1B727C: hue angle of 186.19º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1B727C is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB27114124-
CMYK0.780.0800.51
HSL186.19º64.24%29.61%-
HSV(B)186.19º78.23%48.63%-
XYZ10.1113.7221.18-
YUV89.13147.6883.69-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.19%
GREEN value IS 114 (44.92% from 255) = 43.02%
BLUE value IS 124 (48.83% from 255) = 46.79%
R=10.19%
G=43.02%
B=46.79%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal271141240.780.0800.51186.1964.2429.61
Hex1B727C4E8033ba401e
Octal331621741161006327210036
Binary110111110010111110010011101000011001110111010100000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B727C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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