Html Css Color HEX #13463F Deep Teal

📋 copy color: '#13463F'

red 19 ◦ green 70 ◦ blue 63

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

Shades of Deep Teal #13463F

Tints of Deep Teal #13463F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 41.45%

R = 12.5%
G = 46.05%
B = 41.45%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.10

 K value IS 0.73

RGB Variations

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

Color information

#13463F (or 0x13463F) is known color: Deep Teal. HEX triplet: 13, 46 and 3F. RGB value is (19,70,63). Sum of RGB (Red+Green+Blue) = 19+70+63=152 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.5% from 152); Green value is 70 (27.73% from 255 or 46.05% from 152); Blue value is 63 (25% from 255 or 41.45% from 152); Max value from RGB is 70 - color contains mainly: green. Hex color #13463F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13463F is #ECB9C0. Grayscale: #353535. Windows color (decimal): -15514049 or 4146707. OLE color: 4146707.

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

Color convert

RGB 19 70 63 -
CMYK 0.73 0 0.10 0.73
HSL 171.76º 0.57% 0.17% -
HSV(B) 171.76º 0.73% 0.27% -
XYZ 3.36 4.88 5.47 -
YUV 53.95 133.1 103.07 -
System Red Green Blue C M Y K H S L
Decimal 19 70 63 0.73 0 0.10 0.73 171.76 0.57 0.17
Hex 13 46 3F 49 0 A 49 AC 39 11
Octal 23 106 77 111 0 12 111 254 71 21
Binary 10011 1000110 111111 1001001 0 1010 1001001 10101100 111001 10001

Color Harmonies of #13463F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13463F

Black with #13463F

Text Example


Text Example

White with #13463F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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