#1B473F

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

Shades of Deep Teal #1B473F

Tints of Deep Teal #1B473F

Color information

#1B473F (or 0x1B473F) is unknown color: approx Deep Teal. HEX triplet: 1B, 47 and 3F. RGB value is (27,71,63). Sum of RGB (Red+Green+Blue) = 27+71+63=161 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.77% from 161); Green value is 71 (28.12% from 255 or 44.10% from 161); Blue value is 63 (25% from 255 or 39.13% from 161); Max value from RGB is 71 - color contains mainly: green. Hex color #1B473F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B473F is #E4B8C0. Grayscale: #383838. Windows color (decimal): -14989505 or 4146971. OLE color: 4146971.

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

Color convert

RGB277163-
CMYK0.6200.110.72
HSL169.09º44.9%19.22%-
HSV(B)169.09º61.97%27.84%-
XYZ3.65.15.5-
YUV56.93131.42106.65-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 16.77%
GREEN value IS 71 (28.12% from 255) = 44.10%
BLUE value IS 63 (25% from 255) = 39.13%
R=16.77%
G=44.10%
B=39.13%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2771630.6200.110.72169.0944.919.22
Hex1B473F3E0B48a92d13
Octal3310777760131102515523
Binary1101110001111111111111100101110010001010100110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B473F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,71,63); }

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

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

 a { background-color: rgb(27,71,63); }

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

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

 span { border-color: rgb(27,71,63); }

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