Html Css Color HEX #13473B Deep Teal

📋 copy color: '#13473B'

red 19 ◦ green 71 ◦ blue 59

#13473B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Teal #13473B

Tints of Deep Teal #13473B

RGB

 RED value IS 19 (7.81% from 255) = 12.75%

 GREEN value IS 71 (28.13% from 255) = 47.65%

 BLUE value IS 59 (23.44% from 255) = 39.6%

R = 12.75%
G = 47.65%
B = 39.6%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

#13473B (or 0x13473B) is known color: Deep Teal. HEX triplet: 13, 47 and 3B. RGB value is (19,71,59). Sum of RGB (Red+Green+Blue) = 19+71+59=149 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.75% from 149); Green value is 71 (28.12% from 255 or 47.65% from 149); Blue value is 59 (23.44% from 255 or 39.60% from 149); Max value from RGB is 71 - color contains mainly: green. Hex color #13473B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13473B is #ECB8C4. Grayscale: #363636. Windows color (decimal): -15513797 or 3884819. OLE color: 3884819.

HSL color Cylindrical-coordinate representation of color #13473B: hue angle of 166.15º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #13473B is Cyan = 0.73, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB 19 71 59 -
CMYK 0.73 0 0.17 0.72
HSL 166.15º 0.58% 0.18% -
HSV(B) 166.15º 0.73% 0.28% -
XYZ 3.31 4.96 4.92 -
YUV 54.08 130.77 102.98 -
System Red Green Blue C M Y K H S L
Decimal 19 71 59 0.73 0 0.17 0.72 166.15 0.58 0.18
Hex 13 47 3B 49 0 11 48 A6 3A 12
Octal 23 107 73 111 0 21 110 246 72 22
Binary 10011 1000111 111011 1001001 0 10001 1001000 10100110 111010 10010

Color Harmonies of #13473B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13473B

Black with #13473B

Text Example


Text Example

White with #13473B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #13473B;
 }
 .AnyTagClassName
 {
   color: #13473B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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