Html Css Color HEX #13403B Deep Teal

📋 copy color: '#13403B'

red 19 ◦ green 64 ◦ blue 59

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

Shades of Deep Teal #13403B

Tints of Deep Teal #13403B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 45.07%

 BLUE value IS 59 (23.44% from 255) = 41.55%

R = 13.38%
G = 45.07%
B = 41.55%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.08

 K value IS 0.75

RGB Variations

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

Color information

#13403B (or 0x13403B) is known color: Deep Teal. HEX triplet: 13, 40 and 3B. RGB value is (19,64,59). Sum of RGB (Red+Green+Blue) = 19+64+59=142 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.38% from 142); Green value is 64 (25.39% from 255 or 45.07% from 142); Blue value is 59 (23.44% from 255 or 41.55% from 142); Max value from RGB is 64 - color contains mainly: green. Hex color #13403B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13403B is #ECBFC4. Grayscale: #313131. Windows color (decimal): -15515589 or 3883027. OLE color: 3883027.

HSL color Cylindrical-coordinate representation of color #13403B: hue angle of 173.33º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #13403B is Cyan = 0.70, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 64 59 -
CMYK 0.70 0 0.08 0.75
HSL 173.33º 0.54% 0.16% -
HSV(B) 173.33º 0.7% 0.25% -
XYZ 2.89 4.12 4.78 -
YUV 49.98 133.09 105.91 -
System Red Green Blue C M Y K H S L
Decimal 19 64 59 0.70 0 0.08 0.75 173.33 0.54 0.16
Hex 13 40 3B 46 0 8 4B AD 36 10
Octal 23 100 73 106 0 10 113 255 66 20
Binary 10011 1000000 111011 1000110 0 1000 1001011 10101101 110110 10000

Color Harmonies of #13403B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13403B

Black with #13403B

Text Example


Text Example

White with #13403B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13403B; }

 p { color: rgb(19,64,59); }

 H1.HeaderClassName
 {
   color: #13403B;
 }
 .AnyTagClassName
 {
   color: #13403B;
 }
</style>

background-color css

<style>
 a { background-color: #13403B; }

 a { background-color: rgb(19,64,59); }

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

border-color css

<style>
 span { border-color: #13403B; }

 span { border-color: rgb(19,64,59); }

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