#1B757B

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

Shades of Allports #1B757B

Tints of Allports #1B757B

Color information

#1B757B (or 0x1B757B) is unknown color: approx Allports. HEX triplet: 1B, 75 and 7B. RGB value is (27,117,123). Sum of RGB (Red+Green+Blue) = 27+117+123=267 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.11% from 267); Green value is 117 (46.09% from 255 or 43.82% from 267); Blue value is 123 (48.44% from 255 or 46.07% from 267); Max value from RGB is 123 - color contains mainly: blue. Hex color #1B757B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B757B is #E48A84. Grayscale: #5A5A5A. Windows color (decimal): -14977669 or 8090907. OLE color: 8090907.

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

Color convert

RGB27117123-
CMYK0.780.0500.52
HSL183.75º64%29.41%-
HSV(B)183.75º78.05%48.24%-
XYZ10.3914.3920.97-
YUV90.77146.1882.51-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.11%
GREEN value IS 117 (46.09% from 255) = 43.82%
BLUE value IS 123 (48.44% from 255) = 46.07%
R=10.11%
G=43.82%
B=46.07%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal271171230.780.0500.52183.756429.41
Hex1B757B4E5034b8401d
Octal33165173116506427010035
Binary11011111010111110111001110101011010010111000100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B757B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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