#133D41

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

Shades of Tiber #133D41

Tints of Tiber #133D41

Color information

#133D41 (or 0x133D41) is unknown color: approx Tiber. HEX triplet: 13, 3D and 41. RGB value is (19,61,65). Sum of RGB (Red+Green+Blue) = 19+61+65=145 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.10% from 145); Green value is 61 (24.22% from 255 or 42.07% from 145); Blue value is 65 (25.78% from 255 or 44.83% from 145); Max value from RGB is 65 - color contains mainly: blue. Hex color #133D41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133D41 is #ECC2BE. Grayscale: #303030. Windows color (decimal): -15516351 or 4275475. OLE color: 4275475.

HSL color Cylindrical-coordinate representation of color #133D41: hue angle of 185.22º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #133D41 is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB196165-
CMYK0.710.0600.75
HSL185.22º54.76%16.47%-
HSV(B)185.22º70.77%25.49%-
XYZ2.893.865.59-
YUV48.9137.09106.67-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.10%
GREEN value IS 61 (24.22% from 255) = 42.07%
BLUE value IS 65 (25.78% from 255) = 44.83%
R=13.10%
G=42.07%
B=44.83%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1961650.710.0600.75185.2254.7616.47
Hex133D4147604Bb93710
Octal2375101107601132716720
Binary1001111110110000011000111110010010111011100111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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