Html Css Color HEX #133932 Deep Teal

📋 copy color: '#133932'

red 19 ◦ green 57 ◦ blue 50

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

Shades of Deep Teal #133932

Tints of Deep Teal #133932

RGB

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

 GREEN value IS 57 (22.66% from 255) = 45.24%

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

R = 15.08%
G = 45.24%
B = 39.68%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.12

 K value IS 0.78

RGB Variations

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

Color information

#133932 (or 0x133932) is known color: Deep Teal. HEX triplet: 13, 39 and 32. RGB value is (19,57,50). Sum of RGB (Red+Green+Blue) = 19+57+50=126 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.08% from 126); Green value is 57 (22.66% from 255 or 45.24% from 126); Blue value is 50 (19.92% from 255 or 39.68% from 126); Max value from RGB is 57 - color contains mainly: green. Hex color #133932 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133932 is #ECC6CD. Grayscale: #2C2C2C. Windows color (decimal): -15517390 or 3291411. OLE color: 3291411.

HSL color Cylindrical-coordinate representation of color #133932: hue angle of 168.95º degrees, saturation: 0.5, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #133932 is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.78.

Color convert

RGB 19 57 50 -
CMYK 0.67 0 0.12 0.78
HSL 168.95º 0.5% 0.15% -
HSV(B) 168.95º 0.67% 0.22% -
XYZ 2.31 3.29 3.53 -
YUV 44.84 130.91 109.57 -
System Red Green Blue C M Y K H S L
Decimal 19 57 50 0.67 0 0.12 0.78 168.95 0.5 0.15
Hex 13 39 32 43 0 C 4E A9 32 F
Octal 23 71 62 103 0 14 116 251 62 17
Binary 10011 111001 110010 1000011 0 1100 1001110 10101001 110010 1111

Color Harmonies of #133932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133932

Black with #133932

Text Example


Text Example

White with #133932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133932; }

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

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

background-color css

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

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

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

border-color css

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

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

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