Html Css Color HEX #13413A Deep Teal

📋 copy color: '#13413A'

red 19 ◦ green 65 ◦ blue 58

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

Shades of Deep Teal #13413A

Tints of Deep Teal #13413A

RGB

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

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

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

R = 13.38%
G = 45.77%
B = 40.85%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#13413A (or 0x13413A) is known color: Deep Teal. HEX triplet: 13, 41 and 3A. RGB value is (19,65,58). Sum of RGB (Red+Green+Blue) = 19+65+58=142 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.38% from 142); Green value is 65 (25.78% from 255 or 45.77% from 142); Blue value is 58 (23.05% from 255 or 40.85% from 142); Max value from RGB is 65 - color contains mainly: green. Hex color #13413A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13413A is #ECBEC5. Grayscale: #323232. Windows color (decimal): -15515334 or 3817747. OLE color: 3817747.

HSL color Cylindrical-coordinate representation of color #13413A: hue angle of 170.87º 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 #13413A is Cyan = 0.71, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 65 58 -
CMYK 0.71 0 0.11 0.75
HSL 170.87º 0.55% 0.16% -
HSV(B) 170.87º 0.71% 0.25% -
XYZ 2.92 4.22 4.66 -
YUV 50.45 132.26 105.57 -
System Red Green Blue C M Y K H S L
Decimal 19 65 58 0.71 0 0.11 0.75 170.87 0.55 0.16
Hex 13 41 3A 47 0 B 4B AB 37 10
Octal 23 101 72 107 0 13 113 253 67 20
Binary 10011 1000001 111010 1000111 0 1011 1001011 10101011 110111 10000

Color Harmonies of #13413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13413A

Black with #13413A

Text Example


Text Example

White with #13413A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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