Html Css Color HEX #13443A Deep Teal

📋 copy color: '#13443A'

red 19 ◦ green 68 ◦ blue 58

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

Shades of Deep Teal #13443A

Tints of Deep Teal #13443A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 46.9%

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

R = 13.1%
G = 46.9%
B = 40%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.15

 K value IS 0.73

RGB Variations

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

Color information

#13443A (or 0x13443A) is known color: Deep Teal. HEX triplet: 13, 44 and 3A. RGB value is (19,68,58). Sum of RGB (Red+Green+Blue) = 19+68+58=145 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.10% from 145); Green value is 68 (26.95% from 255 or 46.90% from 145); Blue value is 58 (23.05% from 255 or 40% from 145); Max value from RGB is 68 - color contains mainly: green. Hex color #13443A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13443A is #ECBBC5. Grayscale: #343434. Windows color (decimal): -15514566 or 3818515. OLE color: 3818515.

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

Color convert

RGB 19 68 58 -
CMYK 0.72 0 0.15 0.73
HSL 167.76º 0.56% 0.17% -
HSV(B) 167.76º 0.72% 0.27% -
XYZ 3.1 4.58 4.72 -
YUV 52.21 131.27 104.31 -
System Red Green Blue C M Y K H S L
Decimal 19 68 58 0.72 0 0.15 0.73 167.76 0.56 0.17
Hex 13 44 3A 48 0 F 49 A8 38 11
Octal 23 104 72 110 0 17 111 250 70 21
Binary 10011 1000100 111010 1001000 0 1111 1001001 10101000 111000 10001

Color Harmonies of #13443A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13443A

Black with #13443A

Text Example


Text Example

White with #13443A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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