#1A473F

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

Shades of Deep Teal #1A473F

Tints of Deep Teal #1A473F

Color information

#1A473F (or 0x1A473F) is unknown color: approx Deep Teal. HEX triplet: 1A, 47 and 3F. RGB value is (26,71,63). Sum of RGB (Red+Green+Blue) = 26+71+63=160 (21% of max value = 765). Red value is 26 (10.55% from 255 or 16.25% from 160); Green value is 71 (28.12% from 255 or 44.38% from 160); Blue value is 63 (25% from 255 or 39.38% from 160); Max value from RGB is 71 - color contains mainly: green. Hex color #1A473F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A473F is #E5B8C0. Grayscale: #383838. Windows color (decimal): -15055041 or 4146970. OLE color: 4146970.

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

Color convert

RGB267163-
CMYK0.6300.110.72
HSL169.33º46.39%19.02%-
HSV(B)169.33º63.38%27.84%-
XYZ3.585.085.5-
YUV56.63131.59106.15-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.25%
GREEN value IS 71 (28.12% from 255) = 44.38%
BLUE value IS 63 (25% from 255) = 39.38%
R=16.25%
G=44.38%
B=39.38%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2671630.6300.110.72169.3346.3919.02
Hex1A473F3F0B48a92e13
Octal3210777770131102515623
Binary1101010001111111111111110101110010001010100110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A473F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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