#134346

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

Shades of Tiber #134346

Tints of Tiber #134346

Color information

#134346 (or 0x134346) is unknown color: approx Tiber. HEX triplet: 13, 43 and 46. RGB value is (19,67,70). Sum of RGB (Red+Green+Blue) = 19+67+70=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 67 (26.56% from 255 or 42.95% from 156); Blue value is 70 (27.73% from 255 or 44.87% from 156); Max value from RGB is 70 - color contains mainly: blue. Hex color #134346 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134346 is #ECBCB9. Grayscale: #343434. Windows color (decimal): -15514810 or 4604691. OLE color: 4604691.

HSL color Cylindrical-coordinate representation of color #134346: hue angle of 183.53º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #134346 is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB196770-
CMYK0.730.0400.73
HSL183.53º57.3%17.45%-
HSV(B)183.53º72.86%27.45%-
XYZ3.384.596.5-
YUV52.99137.6103.76-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.18%
GREEN value IS 67 (26.56% from 255) = 42.95%
BLUE value IS 70 (27.73% from 255) = 44.87%
R=12.18%
G=42.95%
B=44.87%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1967700.730.0400.73183.5357.317.45
Hex134346494049b83911
Octal23103106111401112707121
Binary10011100001110001101001001100010010011011100011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134346; }

 p { color: rgb(19,67,70); }

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

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

 a { background-color: rgb(19,67,70); }

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

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

 span { border-color: rgb(19,67,70); }

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