#1B7071

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

Shades of Elm #1B7071

Tints of Elm #1B7071

Color information

#1B7071 (or 0x1B7071) is unknown color: approx Elm. HEX triplet: 1B, 70 and 71. RGB value is (27,112,113). Sum of RGB (Red+Green+Blue) = 27+112+113=252 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.71% from 252); Green value is 112 (44.14% from 255 or 44.44% from 252); Blue value is 113 (44.53% from 255 or 44.84% from 252); Max value from RGB is 113 - color contains mainly: blue. Hex color #1B7071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B7071 is #E48F8E. Grayscale: #565656. Windows color (decimal): -14978959 or 7434267. OLE color: 7434267.

HSL color Cylindrical-coordinate representation of color #1B7071: hue angle of 180.7º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1B7071 is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB27112113-
CMYK0.760.0100.56
HSL180.7º61.43%27.45%-
HSV(B)180.7º76.11%44.31%-
XYZ9.2313.0117.65-
YUV86.7142.8485.42-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.71%
GREEN value IS 112 (44.14% from 255) = 44.44%
BLUE value IS 113 (44.53% from 255) = 44.84%
R=10.71%
G=44.44%
B=44.84%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal271121130.760.0100.56180.761.4327.45
Hex1B70714C1038b53d1b
Octal3316016111410702657533
Binary11011111000011100011001100101110001011010111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B7071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,112,113); }

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

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

 a { background-color: rgb(27,112,113); }

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

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

 span { border-color: rgb(27,112,113); }

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