#1B757C

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

Shades of Allports #1B757C

Tints of Allports #1B757C

Color information

#1B757C (or 0x1B757C) is unknown color: approx Allports. HEX triplet: 1B, 75 and 7C. RGB value is (27,117,124). Sum of RGB (Red+Green+Blue) = 27+117+124=268 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.07% from 268); Green value is 117 (46.09% from 255 or 43.66% from 268); Blue value is 124 (48.83% from 255 or 46.27% from 268); Max value from RGB is 124 - color contains mainly: blue. Hex color #1B757C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B757C is #E48A83. Grayscale: #5A5A5A. Windows color (decimal): -14977668 or 8156443. OLE color: 8156443.

HSL color Cylindrical-coordinate representation of color #1B757C: hue angle of 184.33º 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 #1B757C is Cyan = 0.78, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB27117124-
CMYK0.780.0600.51
HSL184.33º64.24%29.61%-
HSV(B)184.33º78.23%48.63%-
XYZ10.4514.4121.3-
YUV90.89146.6882.43-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.07%
GREEN value IS 117 (46.09% from 255) = 43.66%
BLUE value IS 124 (48.83% from 255) = 46.27%
R=10.07%
G=43.66%
B=46.27%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal271171240.780.0600.51184.3364.2429.61
Hex1B757C4E6033b8401e
Octal33165174116606327010036
Binary11011111010111111001001110110011001110111000100000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B757C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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