Html Css Color HEX #13443E Deep Teal

📋 copy color: '#13443E'

red 19 ◦ green 68 ◦ blue 62

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

Shades of Deep Teal #13443E

Tints of Deep Teal #13443E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 41.61%

R = 12.75%
G = 45.64%
B = 41.61%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.09

 K value IS 0.73

RGB Variations

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

Color information

#13443E (or 0x13443E) is known color: Deep Teal. HEX triplet: 13, 44 and 3E. RGB value is (19,68,62). Sum of RGB (Red+Green+Blue) = 19+68+62=149 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.75% from 149); Green value is 68 (26.95% from 255 or 45.64% from 149); Blue value is 62 (24.61% from 255 or 41.61% from 149); Max value from RGB is 68 - color contains mainly: green. Hex color #13443E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13443E is #ECBBC1. Grayscale: #343434. Windows color (decimal): -15514562 or 4080659. OLE color: 4080659.

HSL color Cylindrical-coordinate representation of color #13443E: hue angle of 172.65º 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 #13443E is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.73.

Color convert

RGB 19 68 62 -
CMYK 0.72 0 0.09 0.73
HSL 172.65º 0.56% 0.17% -
HSV(B) 172.65º 0.72% 0.27% -
XYZ 3.21 4.62 5.28 -
YUV 52.67 133.27 103.99 -
System Red Green Blue C M Y K H S L
Decimal 19 68 62 0.72 0 0.09 0.73 172.65 0.56 0.17
Hex 13 44 3E 48 0 9 49 AD 38 11
Octal 23 104 76 110 0 11 111 255 70 21
Binary 10011 1000100 111110 1001000 0 1001 1001001 10101101 111000 10001

Color Harmonies of #13443E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13443E

Black with #13443E

Text Example


Text Example

White with #13443E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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