#133D3F

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

Shades of Tiber #133D3F

Tints of Tiber #133D3F

Color information

#133D3F (or 0x133D3F) is unknown color: approx Tiber. HEX triplet: 13, 3D and 3F. RGB value is (19,61,63). Sum of RGB (Red+Green+Blue) = 19+61+63=143 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.29% from 143); Green value is 61 (24.22% from 255 or 42.66% from 143); Blue value is 63 (25% from 255 or 44.06% from 143); Max value from RGB is 63 - color contains mainly: blue. Hex color #133D3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133D3F is #ECC2C0. Grayscale: #303030. Windows color (decimal): -15516353 or 4144403. OLE color: 4144403.

HSL color Cylindrical-coordinate representation of color #133D3F: hue angle of 182.73º 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 #133D3F is Cyan = 0.70, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB196163-
CMYK0.700.0300.75
HSL182.73º53.66%16.08%-
HSV(B)182.73º69.84%24.71%-
XYZ2.833.835.29-
YUV48.67136.09106.84-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.29%
GREEN value IS 61 (24.22% from 255) = 42.66%
BLUE value IS 63 (25% from 255) = 44.06%
R=13.29%
G=42.66%
B=44.06%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1961630.700.0300.75182.7353.6616.08
Hex133D3F46304Bb73610
Octal237577106301132676620
Binary10011111101111111100011011010010111011011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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