#1B493D

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

Shades of Deep Teal #1B493D

Tints of Deep Teal #1B493D

Color information

#1B493D (or 0x1B493D) is unknown color: approx Deep Teal. HEX triplet: 1B, 49 and 3D. RGB value is (27,73,61). Sum of RGB (Red+Green+Blue) = 27+73+61=161 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.77% from 161); Green value is 73 (28.91% from 255 or 45.34% from 161); Blue value is 61 (24.22% from 255 or 37.89% from 161); Max value from RGB is 73 - color contains mainly: green. Hex color #1B493D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B493D is #E4B6C2. Grayscale: #393939. Windows color (decimal): -14988995 or 4016411. OLE color: 4016411.

HSL color Cylindrical-coordinate representation of color #1B493D: hue angle of 164.35º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1B493D is Cyan = 0.63, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB277361-
CMYK0.6300.160.71
HSL164.35º46%19.61%-
HSV(B)164.35º63.01%28.63%-
XYZ3.685.345.25-
YUV57.88129.76105.98-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 16.77%
GREEN value IS 73 (28.91% from 255) = 45.34%
BLUE value IS 61 (24.22% from 255) = 37.89%
R=16.77%
G=45.34%
B=37.89%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2773610.6300.160.71164.354619.61
Hex1B493D3F01047a42e14
Octal3311175770201072445624
Binary11011100100111110111111101000010001111010010010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B493D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,73,61); }

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

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

 a { background-color: rgb(27,73,61); }

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

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

 span { border-color: rgb(27,73,61); }

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