Html Css Color HEX #13463E Deep Teal

📋 copy color: '#13463E'

red 19 ◦ green 70 ◦ blue 62

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

Shades of Deep Teal #13463E

Tints of Deep Teal #13463E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 41.06%

R = 12.58%
G = 46.36%
B = 41.06%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.11

 K value IS 0.73

RGB Variations

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

Color information

#13463E (or 0x13463E) is known color: Deep Teal. HEX triplet: 13, 46 and 3E. RGB value is (19,70,62). Sum of RGB (Red+Green+Blue) = 19+70+62=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 70 (27.73% from 255 or 46.36% from 151); Blue value is 62 (24.61% from 255 or 41.06% from 151); Max value from RGB is 70 - color contains mainly: green. Hex color #13463E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13463E is #ECB9C1. Grayscale: #353535. Windows color (decimal): -15514050 or 4081171. OLE color: 4081171.

HSL color Cylindrical-coordinate representation of color #13463E: hue angle of 170.59º 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 #13463E is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.73.

Color convert

RGB 19 70 62 -
CMYK 0.73 0 0.11 0.73
HSL 170.59º 0.57% 0.17% -
HSV(B) 170.59º 0.73% 0.27% -
XYZ 3.33 4.87 5.32 -
YUV 53.84 132.6 103.15 -
System Red Green Blue C M Y K H S L
Decimal 19 70 62 0.73 0 0.11 0.73 170.59 0.57 0.17
Hex 13 46 3E 49 0 B 49 AB 39 11
Octal 23 106 76 111 0 13 111 253 71 21
Binary 10011 1000110 111110 1001001 0 1011 1001001 10101011 111001 10001

Color Harmonies of #13463E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13463E

Black with #13463E

Text Example


Text Example

White with #13463E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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