#1B4137

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

Shades of Deep Teal #1B4137

Tints of Deep Teal #1B4137

Color information

#1B4137 (or 0x1B4137) is unknown color: approx Deep Teal. HEX triplet: 1B, 41 and 37. RGB value is (27,65,55). Sum of RGB (Red+Green+Blue) = 27+65+55=147 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18.37% from 147); Green value is 65 (25.78% from 255 or 44.22% from 147); Blue value is 55 (21.88% from 255 or 37.41% from 147); Max value from RGB is 65 - color contains mainly: green. Hex color #1B4137 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B4137 is #E4BEC8. Grayscale: #343434. Windows color (decimal): -14991049 or 3621147. OLE color: 3621147.

HSL color Cylindrical-coordinate representation of color #1B4137: hue angle of 164.21º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1B4137 is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.75.

Color convert

RGB276555-
CMYK0.5800.150.75
HSL164.21º41.3%18.04%-
HSV(B)164.21º58.46%25.49%-
XYZ3.034.294.28-
YUV52.5129.41109.81-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 18.37%
GREEN value IS 65 (25.78% from 255) = 44.22%
BLUE value IS 55 (21.88% from 255) = 37.41%
R=18.37%
G=44.22%
B=37.41%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2765550.5800.150.75164.2141.318.04
Hex1B41373A0F4Ba42912
Octal3310167720171132445122
Binary1101110000011101111110100111110010111010010010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,65,55); }

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

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

 a { background-color: rgb(27,65,55); }

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

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

 span { border-color: rgb(27,65,55); }

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