#1B463C

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

Shades of Deep Teal #1B463C

Tints of Deep Teal #1B463C

Color information

#1B463C (or 0x1B463C) is unknown color: approx Deep Teal. HEX triplet: 1B, 46 and 3C. RGB value is (27,70,60). Sum of RGB (Red+Green+Blue) = 27+70+60=157 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.20% from 157); Green value is 70 (27.73% from 255 or 44.59% from 157); Blue value is 60 (23.83% from 255 or 38.22% from 157); Max value from RGB is 70 - color contains mainly: green. Hex color #1B463C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B463C is #E4B9C3. Grayscale: #383838. Windows color (decimal): -14989764 or 3950107. OLE color: 3950107.

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

Color convert

RGB277060-
CMYK0.6100.140.73
HSL166.05º44.33%19.02%-
HSV(B)166.05º61.43%27.45%-
XYZ3.464.945.05-
YUV56130.25107.31-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 17.20%
GREEN value IS 70 (27.73% from 255) = 44.59%
BLUE value IS 60 (23.83% from 255) = 38.22%
R=17.20%
G=44.59%
B=38.22%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2770600.6100.140.73166.0544.3319.02
Hex1B463C3D0E49a62c13
Octal3310674750161112465423
Binary1101110001101111001111010111010010011010011010110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B463C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,70,60); }

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

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

 a { background-color: rgb(27,70,60); }

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

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

 span { border-color: rgb(27,70,60); }

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