#13413B

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

Shades of Deep Teal #13413B

Tints of Deep Teal #13413B

Color information

#13413B (or 0x13413B) is unknown color: approx Deep Teal. HEX triplet: 13, 41 and 3B. RGB value is (19,65,59). Sum of RGB (Red+Green+Blue) = 19+65+59=143 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.29% from 143); Green value is 65 (25.78% from 255 or 45.45% from 143); Blue value is 59 (23.44% from 255 or 41.26% from 143); Max value from RGB is 65 - color contains mainly: green. Hex color #13413B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13413B is #ECBEC4. Grayscale: #323232. Windows color (decimal): -15515333 or 3883283. OLE color: 3883283.

HSL color Cylindrical-coordinate representation of color #13413B: hue angle of 172.17º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #13413B is Cyan = 0.71, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB196559-
CMYK0.7100.090.75
HSL172.17º54.76%16.47%-
HSV(B)172.17º70.77%25.49%-
XYZ2.954.234.8-
YUV50.56132.76105.49-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.29%
GREEN value IS 65 (25.78% from 255) = 45.45%
BLUE value IS 59 (23.44% from 255) = 41.26%
R=13.29%
G=45.45%
B=41.26%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1965590.7100.090.75172.1754.7616.47
Hex13413B47094Bac3710
Octal23101731070111132546720
Binary10011100000111101110001110100110010111010110011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13413B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13413B; }

 p { color: rgb(19,65,59); }

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

<style>
 a { background-color: #13413B; }

 a { background-color: rgb(19,65,59); }

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

<style>
 span { border-color: #13413B; }

 span { border-color: rgb(19,65,59); }

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