#133A37

Color #133A37 Deep Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Teal #133A37

Tints of Deep Teal #133A37

Color information

#133A37 (or 0x133A37) is unknown color: approx Deep Teal. HEX triplet: 13, 3A and 37. RGB value is (19,58,55). Sum of RGB (Red+Green+Blue) = 19+58+55=132 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.39% from 132); Green value is 58 (23.05% from 255 or 43.94% from 132); Blue value is 55 (21.88% from 255 or 41.67% from 132); Max value from RGB is 58 - color contains mainly: green. Hex color #133A37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133A37 is #ECC5C8. Grayscale: #2D2D2D. Windows color (decimal): -15517129 or 3619347. OLE color: 3619347.

HSL color Cylindrical-coordinate representation of color #133A37: hue angle of 175.38º 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 #133A37 is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.77.

Color convert

RGB195855-
CMYK0.6700.050.77
HSL175.38º50.65%15.1%-
HSV(B)175.38º67.24%22.75%-
XYZ2.473.444.15-
YUV46133.08108.74-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.39%
GREEN value IS 58 (23.05% from 255) = 43.94%
BLUE value IS 55 (21.88% from 255) = 41.67%
R=14.39%
G=43.94%
B=41.67%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1958550.6700.050.77175.3850.6515.1
Hex133A3743054Daf33f
Octal237267103051152576317
Binary10011111010110111100001101011001101101011111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #133A37;
 }
 .AnyTagClassName
 {
   color: #133A37;
 }
</style>
background-color css

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

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

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

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

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

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