Html Css Color HEX #13413D Deep Teal

📋 copy color: '#13413D'

red 19 ◦ green 65 ◦ blue 61

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

Shades of Deep Teal #13413D

Tints of Deep Teal #13413D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 44.83%

 BLUE value IS 61 (24.22% from 255) = 42.07%

R = 13.1%
G = 44.83%
B = 42.07%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.06

 K value IS 0.75

RGB Variations

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

Color information

#13413D (or 0x13413D) is known color: Deep Teal. HEX triplet: 13, 41 and 3D. RGB value is (19,65,61). Sum of RGB (Red+Green+Blue) = 19+65+61=145 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.10% from 145); Green value is 65 (25.78% from 255 or 44.83% from 145); Blue value is 61 (24.22% from 255 or 42.07% from 145); Max value from RGB is 65 - color contains mainly: green. Hex color #13413D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13413D is #ECBEC2. Grayscale: #323232. Windows color (decimal): -15515331 or 4014355. OLE color: 4014355.

HSL color Cylindrical-coordinate representation of color #13413D: hue angle of 174.78º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #13413D is Cyan = 0.71, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 65 61 -
CMYK 0.71 0 0.06 0.75
HSL 174.78º 0.55% 0.16% -
HSV(B) 174.78º 0.71% 0.25% -
XYZ 3 4.26 5.08 -
YUV 50.79 133.76 105.33 -
System Red Green Blue C M Y K H S L
Decimal 19 65 61 0.71 0 0.06 0.75 174.78 0.55 0.16
Hex 13 41 3D 47 0 6 4B AF 37 10
Octal 23 101 75 107 0 6 113 257 67 20
Binary 10011 1000001 111101 1000111 0 110 1001011 10101111 110111 10000

Color Harmonies of #13413D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13413D

Black with #13413D

Text Example


Text Example

White with #13413D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13413D; }

 p { color: rgb(19,65,61); }

 H1.HeaderClassName
 {
   color: #13413D;
 }
 .AnyTagClassName
 {
   color: #13413D;
 }
</style>

background-color css

<style>
 a { background-color: #13413D; }

 a { background-color: rgb(19,65,61); }

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

border-color css

<style>
 span { border-color: #13413D; }

 span { border-color: rgb(19,65,61); }

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