#1B7072

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

Shades of Elm #1B7072

Tints of Elm #1B7072

Color information

#1B7072 (or 0x1B7072) is unknown color: approx Elm. HEX triplet: 1B, 70 and 72. RGB value is (27,112,114). Sum of RGB (Red+Green+Blue) = 27+112+114=253 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.67% from 253); Green value is 112 (44.14% from 255 or 44.27% from 253); Blue value is 114 (44.92% from 255 or 45.06% from 253); Max value from RGB is 114 - color contains mainly: blue. Hex color #1B7072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B7072 is #E48F8D. Grayscale: #565656. Windows color (decimal): -14978958 or 7499803. OLE color: 7499803.

HSL color Cylindrical-coordinate representation of color #1B7072: hue angle of 181.38º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1B7072 is Cyan = 0.76, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB27112114-
CMYK0.760.0200.55
HSL181.38º61.7%27.65%-
HSV(B)181.38º76.32%44.71%-
XYZ9.2813.0417.95-
YUV86.81143.3485.34-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.67%
GREEN value IS 112 (44.14% from 255) = 44.27%
BLUE value IS 114 (44.92% from 255) = 45.06%
R=10.67%
G=44.27%
B=45.06%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal271121140.760.0200.55181.3861.727.65
Hex1B70724C2037b53e1c
Octal3316016211420672657634
Binary110111110000111001010011001001101111011010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B7072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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