Html Css Color HEX #133A32 Deep Teal

📋 copy color: '#133A32'

red 19 ◦ green 58 ◦ blue 50

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

Shades of Deep Teal #133A32

Tints of Deep Teal #133A32

RGB

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

 GREEN value IS 58 (23.05% from 255) = 45.67%

 BLUE value IS 50 (19.92% from 255) = 39.37%

R = 14.96%
G = 45.67%
B = 39.37%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.14

 K value IS 0.77

RGB Variations

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

Color information

#133A32 (or 0x133A32) is known color: Deep Teal. HEX triplet: 13, 3A and 32. RGB value is (19,58,50). Sum of RGB (Red+Green+Blue) = 19+58+50=127 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.96% from 127); Green value is 58 (23.05% from 255 or 45.67% from 127); Blue value is 50 (19.92% from 255 or 39.37% from 127); Max value from RGB is 58 - color contains mainly: green. Hex color #133A32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133A32 is #ECC5CD. Grayscale: #2D2D2D. Windows color (decimal): -15517134 or 3291667. OLE color: 3291667.

HSL color Cylindrical-coordinate representation of color #133A32: hue angle of 167.69º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #133A32 is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.77.

Color convert

RGB 19 58 50 -
CMYK 0.67 0 0.14 0.77
HSL 167.69º 0.51% 0.15% -
HSV(B) 167.69º 0.67% 0.23% -
XYZ 2.36 3.39 3.55 -
YUV 45.43 130.58 109.15 -
System Red Green Blue C M Y K H S L
Decimal 19 58 50 0.67 0 0.14 0.77 167.69 0.51 0.15
Hex 13 3A 32 43 0 E 4D A8 33 F
Octal 23 72 62 103 0 16 115 250 63 17
Binary 10011 111010 110010 1000011 0 1110 1001101 10101000 110011 1111

Color Harmonies of #133A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133A32

Black with #133A32

Text Example


Text Example

White with #133A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133A32; }

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

 H1.HeaderClassName
 {
   color: #133A32;
 }
 .AnyTagClassName
 {
   color: #133A32;
 }
</style>

background-color css

<style>
 a { background-color: #133A32; }

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

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

border-color css

<style>
 span { border-color: #133A32; }

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

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