Html Css Color HEX #13463A Deep Teal

📋 copy color: '#13463A'

red 19 ◦ green 70 ◦ blue 58

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

Shades of Deep Teal #13463A

Tints of Deep Teal #13463A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 47.62%

 BLUE value IS 58 (23.05% from 255) = 39.46%

R = 12.93%
G = 47.62%
B = 39.46%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.17

 K value IS 0.73

RGB Variations

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

Color information

#13463A (or 0x13463A) is known color: Deep Teal. HEX triplet: 13, 46 and 3A. RGB value is (19,70,58). Sum of RGB (Red+Green+Blue) = 19+70+58=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 70 (27.73% from 255 or 47.62% from 147); Blue value is 58 (23.05% from 255 or 39.46% from 147); Max value from RGB is 70 - color contains mainly: green. Hex color #13463A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13463A is #ECB9C5. Grayscale: #353535. Windows color (decimal): -15514054 or 3819027. OLE color: 3819027.

HSL color Cylindrical-coordinate representation of color #13463A: hue angle of 165.88º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #13463A is Cyan = 0.73, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.73.

Color convert

RGB 19 70 58 -
CMYK 0.73 0 0.17 0.73
HSL 165.88º 0.57% 0.17% -
HSV(B) 165.88º 0.73% 0.27% -
XYZ 3.22 4.82 4.76 -
YUV 53.38 130.6 103.48 -
System Red Green Blue C M Y K H S L
Decimal 19 70 58 0.73 0 0.17 0.73 165.88 0.57 0.17
Hex 13 46 3A 49 0 11 49 A6 39 11
Octal 23 106 72 111 0 21 111 246 71 21
Binary 10011 1000110 111010 1001001 0 10001 1001001 10100110 111001 10001

Color Harmonies of #13463A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13463A

Black with #13463A

Text Example


Text Example

White with #13463A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13463A; }

 p { color: rgb(19,70,58); }

 H1.HeaderClassName
 {
   color: #13463A;
 }
 .AnyTagClassName
 {
   color: #13463A;
 }
</style>

background-color css

<style>
 a { background-color: #13463A; }

 a { background-color: rgb(19,70,58); }

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

border-color css

<style>
 span { border-color: #13463A; }

 span { border-color: rgb(19,70,58); }

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