#1A463C

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

Shades of Deep Teal #1A463C

Tints of Deep Teal #1A463C

Color information

#1A463C (or 0x1A463C) is unknown color: approx Deep Teal. HEX triplet: 1A, 46 and 3C. RGB value is (26,70,60). Sum of RGB (Red+Green+Blue) = 26+70+60=156 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.67% from 156); Green value is 70 (27.73% from 255 or 44.87% from 156); Blue value is 60 (23.83% from 255 or 38.46% from 156); Max value from RGB is 70 - color contains mainly: green. Hex color #1A463C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A463C is #E5B9C3. Grayscale: #373737. Windows color (decimal): -15055300 or 3950106. OLE color: 3950106.

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

Color convert

RGB267060-
CMYK0.6300.140.73
HSL166.36º45.83%18.82%-
HSV(B)166.36º62.86%27.45%-
XYZ3.434.935.04-
YUV55.7130.42106.81-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.67%
GREEN value IS 70 (27.73% from 255) = 44.87%
BLUE value IS 60 (23.83% from 255) = 38.46%
R=16.67%
G=44.87%
B=38.46%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2670600.6300.140.73166.3645.8318.82
Hex1A463C3F0E49a62e13
Octal3210674770161112465623
Binary1101010001101111001111110111010010011010011010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A463C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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