#133D40

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

Shades of Tiber #133D40

Tints of Tiber #133D40

Color information

#133D40 (or 0x133D40) is unknown color: approx Tiber. HEX triplet: 13, 3D and 40. RGB value is (19,61,64). Sum of RGB (Red+Green+Blue) = 19+61+64=144 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.19% from 144); Green value is 61 (24.22% from 255 or 42.36% from 144); Blue value is 64 (25.39% from 255 or 44.44% from 144); Max value from RGB is 64 - color contains mainly: blue. Hex color #133D40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133D40 is #ECC2BF. Grayscale: #303030. Windows color (decimal): -15516352 or 4209939. OLE color: 4209939.

HSL color Cylindrical-coordinate representation of color #133D40: hue angle of 184º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #133D40 is Cyan = 0.70, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB196164-
CMYK0.700.0500.75
HSL184º54.22%16.27%-
HSV(B)184º70.31%25.1%-
XYZ2.863.855.44-
YUV48.78136.59106.76-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.19%
GREEN value IS 61 (24.22% from 255) = 42.36%
BLUE value IS 64 (25.39% from 255) = 44.44%
R=13.19%
G=42.36%
B=44.44%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1961640.700.0500.7518454.2216.27
Hex133D4046504Bb83610
Octal2375100106501132706620
Binary1001111110110000001000110101010010111011100011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,61,64); }

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

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

 a { background-color: rgb(19,61,64); }

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

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

 span { border-color: rgb(19,61,64); }

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